C# Class PRI.ProductivityExtensions.PropertyValueChangedEventHandlerExtensions.PropertyValueChangedEventHandlerable

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

Public Methods

Method Description
BeginInvoke ( this propertyvaluechangedeventhandler, Object s, System.Windows.Forms.PropertyValueChangedEventArgs e, AsyncCallback callback ) : IAsyncResult

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