C# Class PRI.ProductivityExtensions.CleanUpVirtualizedItemEventHandlerExtensions.CleanUpVirtualizedItemEventHandlerable

Class that contains extension methods that extend CleanUpVirtualizedItemEventHandler
ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

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

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