CancelRowEventArgs Properties
Contains data for events that allow you to cancel actions performed with rows.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| RowHandle | Returns the handle of the processed row. |
See Also