C# Class PRI.ProductivityExtensions.RefreshEventHandlerExtensions.RefreshEventHandlerable

Class that contains extension methods that extend RefreshEventHandler
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this refresheventhandler, RefreshEventArgs e, AsyncCallback callback ) : IAsyncResult

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