C# Class PRI.ProductivityExtensions.TextChangedEventHandlerExtensions.TextChangedEventHandlerable

Class that contains extension methods that extend TextChangedEventHandler
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this textchangedeventhandler, Object sender, System.Windows.Controls.TextChangedEventArgs e, AsyncCallback callback ) : IAsyncResult

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