Method | Description | |
---|---|---|
BeginInvoke ( this itemcheckeventhandler, Object sender, System.Windows.Forms.ItemCheckEventArgs 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 itemcheckeventhandler, Object sender, System.Windows.Forms.ItemCheckEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
itemcheckeventhandler | this | |
sender | Object | |
e | System.Windows.Forms.ItemCheckEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |