C# Class PRI.ProductivityExtensions.ToolStripPanelRenderEventHandlerExtensions.ToolStripPanelRenderEventHandlerable

Class that contains extension methods that extend ToolStripPanelRenderEventHandler
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this toolstrippanelrendereventhandler, Object sender, System.Windows.Forms.ToolStripPanelRenderEventArgs e, AsyncCallback callback ) : IAsyncResult

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