BeforeRowUpdateEventArgs overview
Row | The row that is about to be updated, added or deleted. Check the RowState property of the row to retrieve the type of updated. When validating, throw an exception if the row does not meet the validation criteria. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
BeforeRowUpdateEventArgs Class | DVXP.DXTableEditor Namespace