Skip to main content

ValidatingEventArgs

The ValidatingEventArgs class extends BaseEventArgs and provides data for validation-related events, including messages and a cancel flag.

Properties

NameDescription
MessagesGets or sets the collection of validation messages associated with the validation process.
CancelGets or sets a value indicating whether the operation should be canceled based on validation results.
ResponseParametersThe response parameters associated with the event.

Constructors

NameDescription
ValidatingEventArgs()Initializes a new instance of the ValidatingEventArgs class.
ValidatingEventArgs()Initializes a new instance of the ValidatingEventArgs class with an empty list of validation messages.