C# Class PRI.ProductivityExtensions.ControlEventHandlerExtensions.ControlEventHandlerable

Class that contains extension methods that extend ControlEventHandler
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this controleventhandler, Object sender, System.Windows.Forms.ControlEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. controleventhandler.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. controleventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this controleventhandler, Object sender, System.Windows.Forms.ControlEventArgs e, AsyncCallback callback ) : IAsyncResult
controleventhandler this
sender Object
e System.Windows.Forms.ControlEventArgs
callback AsyncCallback
return IAsyncResult