[]
Raised before an action is performed on the grid and the action can be canceled.
public delegate void CancelEventHandler(object sender, CancelEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Raised before an action is performed on the grid and the action can be canceled. |
| CancelEventArgs | e | Raised before an action is performed on the grid and the action can be canceled. |
| Name | Description |
|---|---|
| CancelEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, CancelEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CancelEventArgs) |