ValidationEventArgs Constructors
Provides data for the BaseEdit.Validate event.Name | Parameters | Description |
---|---|---|
ValidationEventArgs(Object, UpdateEditorSource) | value, updateSource | Initializes a new instance of the ValidationEventArgs class with the specified settings. |
ValidationEventArgs(Object) | value | Initializes a new instance of the ValidationEventArgs class with the specified value. |
See Also