Method | Description | |
---|---|---|
BeginInvoke ( this statusbardrawitemeventhandler, Object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent, 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 statusbardrawitemeventhandler, Object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent, AsyncCallback callback ) : IAsyncResult | ||
statusbardrawitemeventhandler | this | |
sender | Object | |
sbdevent | System.Windows.Forms.StatusBarDrawItemEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |