ValidationEventArgs Constructors
Provides data for editor validation events.Name | Parameters | Description |
---|---|---|
ValidationEventArgs(Object, String, Boolean) | value, errorText, isValid | Initializes a new instance of the ValidationEventArgs class. |
See Also