Method | Description | |
---|---|---|
BeginInvoke ( this updowneventhandler, Object source, System.Windows.Forms.UpDownEventArgs e, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this updowneventhandler, Object source, System.Windows.Forms.UpDownEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
updowneventhandler | this | |
source | Object | |
e | System.Windows.Forms.UpDownEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |