a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
135 lines
7.5 KiB
XML
135 lines
7.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="MonthChangedEventArgs" FullName="System.Web.UI.WebControls.MonthChangedEventArgs">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public class MonthChangedEventArgs" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Web</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</AssemblyPublicKey>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event is raised when the user clicks the <see cref="T:System.Web.UI.WebControls.Calendar" /> navigation controls to display the next or previous month.</para>
|
|
<para>For a list of initial property values for an instance of <see cref="T:System.Web.UI.WebControls.MonthChangedEventArgs" />, see the <see cref="M:System.Web.UI.WebControls.MonthChangedEventArgs.#ctor(System.DateTime,System.DateTime)" /> constructor.</para>
|
|
<para>For more information about handling events, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Provides data for the <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event of a <see cref="T:System.Web.UI.WebControls.Calendar" /> control.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public MonthChangedEventArgs (DateTime newDate, DateTime previousDate);" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters>
|
|
<Parameter Name="newDate" Type="System.DateTime" />
|
|
<Parameter Name="previousDate" Type="System.DateTime" />
|
|
</Parameters>
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The following table shows initial property values for an instance of <see cref="T:System.Web.UI.WebControls.MonthChangedEventArgs" />.</para>
|
|
<list type="table">
|
|
<listheader>
|
|
<item>
|
|
<term>
|
|
<para>Property </para>
|
|
</term>
|
|
<description>
|
|
<para>Initial value </para>
|
|
</description>
|
|
</item>
|
|
</listheader>
|
|
<item>
|
|
<term>
|
|
<para>NewDate </para>
|
|
</term>
|
|
<description>
|
|
<para>
|
|
<paramref name="newDate" /> </para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>PreviousDate </para>
|
|
</term>
|
|
<description>
|
|
<para>
|
|
<paramref name="previousDate" /> </para>
|
|
</description>
|
|
</item>
|
|
</list>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.MonthChangedEventArgs" /> class.</para>
|
|
</summary>
|
|
<param name="newDate">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The date that determines the month currently displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param>
|
|
<param name="previousDate">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The date that determines the month previously displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" />. </param>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="NewDate">
|
|
<MemberSignature Language="C#" Value="public DateTime NewDate { get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.DateTime</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<value>To be added: an object of type 'DateTime'</value>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Use this property to get the month currently displayed by the <see cref="T:System.Web.UI.WebControls.Calendar" /> control and to compare the currently displayed month with another month. For example, you can use this property to calculate the number of months until or since a certain date.</para>
|
|
<para>This date is normally the first date of the currently displayed month; however, it can be programmatically changed to any date within the month.</para>
|
|
<para>The <see cref="P:System.Web.UI.WebControls.Calendar.VisibleDate" /> property can be assigned to this property programmatically to override the month change when the user clicks the navigation controls for the <see cref="T:System.Web.UI.WebControls.Calendar" /> control.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets the date that determines the currently displayed month in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="PreviousDate">
|
|
<MemberSignature Language="C#" Value="public DateTime PreviousDate { get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.DateTime</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<value>To be added: an object of type 'DateTime'</value>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Use this property to determine the previously displayed month on the <see cref="T:System.Web.UI.WebControls.Calendar" /> control. You can restore the <see cref="T:System.Web.UI.WebControls.Calendar" /> control to the previously displayed month by setting the <see cref="P:System.Web.UI.WebControls.Calendar.VisibleDate" /> property to <see cref="P:System.Web.UI.WebControls.MonthChangedEventArgs.PreviousDate" />.</para>
|
|
<para>This date is normally the first date of the previously displayed month; however, it can be programmatically changed to any date within the month.</para>
|
|
<para>The <see cref="P:System.Web.UI.WebControls.Calendar.VisibleDate" /> property is updated to the date in this property before the <see cref="E:System.Web.UI.WebControls.Calendar.VisibleMonthChanged" /> event is raised.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets the date that determines the previously displayed month in the <see cref="T:System.Web.UI.WebControls.Calendar" /> control.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
</Members>
|
|
</Type> |