The RowValidateEventArgs class encapsulates the arguments passed to the RowValidate event handler
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| RowValidateEventArgs()()() | Initializes a new instance of the RowValidateEventArgs class | |
| ColumnToHighlight |
The name of the column to highlight in error
| |
| CurrentRecord |
The values on the current database record (update only)
| |
| Database |
Data access object
| |
| EditMode |
Indicates if validation is for an Insert or Update
| |
| Message |
Validation failure message to display to user.
| |
| Record |
Column values that have been modified. Values are keyed on column name.
|