The ColumnValidateEventArgs class encapsulates the arguments passed to the ColumnValidate event handler
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| ColumnValidateEventArgs()()() | Initializes a new instance of the ColumnValidateEventArgs class | |
| ColumnName |
The name of the column being edited.
| |
| ColumnValue |
The value that will be applied to the database
| |
| Database |
Reference to the data access layer
| |
| EditMode |
Indicates if validation is for an Insert or Update
| |
| Message |
Validation failure message displayed to the user.
|