C# Class PRI.ProductivityExtensions.ActiveDesignerEventHandlerExtensions.ActiveDesignerEventHandlerable

Class that contains extension methods that extend ActiveDesignerEventHandler
Datei anzeigen Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this activedesignereventhandler, Object sender, ActiveDesignerEventArgs e, AsyncCallback callback ) : IAsyncResult

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