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.
|
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 |