[]
The delegate method handles the row updated event
public delegate void RowUpdatedEventHandler(object sender, RowUpdatedEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | |
| RowUpdatedEventArgs | e |
| Name | Description |
|---|---|
| RowUpdatedEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, RowUpdatedEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, RowUpdatedEventArgs) |