C# Class PRI.ProductivityExtensions.DesignerTransactionCloseEventHandlerExtensions.DesignerTransactionCloseEventHandlerable

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

Public Methods

Method Description
BeginInvoke ( this designertransactioncloseeventhandler, Object sender, DesignerTransactionCloseEventArgs e, AsyncCallback callback ) : IAsyncResult

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