C# Class PRI.ProductivityExtensions.ToolboxComponentsCreatingEventHandlerExtensions.ToolboxComponentsCreatingEventHandlerable

Class that contains extension methods that extend ToolboxComponentsCreatingEventHandler
Datei anzeigen Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this toolboxcomponentscreatingeventhandler, Object sender, System.Drawing.Design.ToolboxComponentsCreatingEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. toolboxcomponentscreatingeventhandler.BeginInvoke(sender, e, callback);

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. toolboxcomponentscreatingeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this toolboxcomponentscreatingeventhandler, Object sender, System.Drawing.Design.ToolboxComponentsCreatingEventArgs e, AsyncCallback callback ) : IAsyncResult
toolboxcomponentscreatingeventhandler this
sender Object
e System.Drawing.Design.ToolboxComponentsCreatingEventArgs
callback AsyncCallback
return IAsyncResult