Метод | Описание | |
---|---|---|
BeginInvoke ( this toolstripitemrendereventhandler, Object sender, System.Windows.Forms.ToolStripItemRenderEventArgs 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 toolstripitemrendereventhandler, Object sender, System.Windows.Forms.ToolStripItemRenderEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
toolstripitemrendereventhandler | this | |
sender | Object | |
e | System.Windows.Forms.ToolStripItemRenderEventArgs | |
callback | AsyncCallback | |
Результат | IAsyncResult |