DataFormValidationEventArgs Properties
Provides data for the ValidateForm event.
Name | Description |
---|---|
Data |
Gets or sets the data object that is associated with the data form. |
Errors | Provides access to a dictionary of error messages for data fields. Keys are data field names. Values are error messages. Error messages are displayed below data editors on the form. |
Has |
Gets or sets whether the data form is valid. |
New |
Provides access to a dictionary of new values that should be validated. Keys are data field names. |
See Also