C# Class PRI.ProductivityExtensions.ToolStripContentPanelRenderEventHandlerExtensions.ToolStripContentPanelRenderEventHandlerable

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

Public Methods

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

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