142 lines
5.1 KiB
XML
142 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="UpDownEventArgs" FullName="System.Windows.Forms.UpDownEventArgs">
|
|
<TypeSignature Language="C#" Value="public class UpDownEventArgs : EventArgs" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Windows.Forms</AssemblyName>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.EventArgs</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="T:System.Windows.Forms.UpDownEventArgs" /> is used when the user clicks a button on a control that derives from the <see cref="T:System.Windows.Forms.UpDownBase" /> control. The <see cref="T:System.Windows.Forms.UpDownEventArgs" /> contains information on which button was clicked.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Provides data for controls that derive from the <see cref="T:System.Windows.Forms.UpDownBase" /> control.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public UpDownEventArgs (int buttonPushed);" />
|
|
<MemberType>Constructor</MemberType>
|
|
<Parameters>
|
|
<Parameter Name="buttonPushed" Type="System.Int32" />
|
|
</Parameters>
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The following table describes the values that are valid for <paramref name="buttonPushed" />.</para>
|
|
<list type="table">
|
|
<listheader>
|
|
<item>
|
|
<term>
|
|
<para>Value</para>
|
|
</term>
|
|
<description>
|
|
<para>Description</para>
|
|
</description>
|
|
</item>
|
|
</listheader>
|
|
<item>
|
|
<term>
|
|
<para>0</para>
|
|
</term>
|
|
<description>
|
|
<para>Neither button was clicked.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>1</para>
|
|
</term>
|
|
<description>
|
|
<para>The up button was clicked.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>2</para>
|
|
</term>
|
|
<description>
|
|
<para>The down button was clicked.</para>
|
|
</description>
|
|
</item>
|
|
</list>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.UpDownEventArgs" /> class</para>
|
|
</summary>
|
|
<param name="buttonPushed">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The button that was clicked on the <see cref="T:System.Windows.Forms.UpDownBase" /> control.</param>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="ButtonID">
|
|
<MemberSignature Language="C#" Value="public int ButtonID { get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<value>To be added.</value>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The following table describes the values that the <see cref="P:System.Windows.Forms.UpDownEventArgs.ButtonID" /> returns.</para>
|
|
<list type="table">
|
|
<listheader>
|
|
<item>
|
|
<term>
|
|
<para>Value</para>
|
|
</term>
|
|
<description>
|
|
<para>Description</para>
|
|
</description>
|
|
</item>
|
|
</listheader>
|
|
<item>
|
|
<term>
|
|
<para>0</para>
|
|
</term>
|
|
<description>
|
|
<para>Neither button was clicked.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>1</para>
|
|
</term>
|
|
<description>
|
|
<para>The up button was clicked.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>2</para>
|
|
</term>
|
|
<description>
|
|
<para>The down button was clicked.</para>
|
|
</description>
|
|
</item>
|
|
</list>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets a value that represents which button the user clicked.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
</Members>
|
|
</Type> |