C# Class PRI.ProductivityExtensions.ToolStripContentPanelRenderEventHandlerExtensions.ToolStripContentPanelRenderEventHandlerable

Class that contains extension methods that extend ToolStripContentPanelRenderEventHandler
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult