1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
<?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>
|