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