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.
|
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 |