System.Windows.Forms (system.windows.forms.dll) | class |
This class is for internal use only and should not be called from
your own code.
public class UpDownEventArgs : EventArgs {
// Public Constructors
public UpDownEventArgs(int buttonPushed);
// Public Instance Properties
public int ButtonID{get; }
}
Hierarchy
System.Object System.EventArgs
UpDownEventArgs
Passed To
UpDownEventHandler.{BeginInvoke(),
Invoke()}
|