Version

RowDeletingEventArgs Class Members

The following tables list the members exposed by RowDeletingEventArgs.

Public Constructors
 NameDescription
Public ConstructorRowDeletingEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCancelIf 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.  
Public PropertyRowReference to the rows collection that is being deleted.  
See Also