Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
RowDeletingEventArgs Class Members
The following tables list the members exposed by RowDeletingEventArgs.
Public Properties
| Name | Description |
| Cancel | If set to true from inside an event handler the edit is not carried onto the data source and old values are returned to the grid. |
| Row | Reference to the rows collection that is being deleted. |
See Also