Skip to main content

DataFormValidationEventArgs Properties

Provides data for the ValidateForm event.
Name Description
DataObject 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.
HasErrors Gets or sets whether the data form is valid.
NewValues Provides access to a dictionary of new values that should be validated. Keys are data field names.
See Also