C# Class PRI.ProductivityExtensions.UpDownEventHandlerExtensions.UpDownEventHandlerable

Class that contains extension methods that extend UpDownEventHandler
显示文件 Open project: peteraritchie/ProductivityExtensions

Public Methods

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. updowneventhandler.BeginInvoke(source, 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. updowneventhandler.BeginInvoke(source, e, callback);
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