Method | Description | |
---|---|---|
BeginInvoke ( this toolboxcomponentscreatedeventhandler, Object sender, System.Drawing.Design.ToolboxComponentsCreatedEventArgs 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 toolboxcomponentscreatedeventhandler, Object sender, System.Drawing.Design.ToolboxComponentsCreatedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
toolboxcomponentscreatedeventhandler | this | |
sender | Object | |
e | System.Drawing.Design.ToolboxComponentsCreatedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |