ValidationEventArgs Properties
Provides data for editor validation events.
Name | Description |
---|---|
Error |
Gets or sets the error description. |
Is |
Gets or sets a value specifying whether the validated value is valid. |
Value | Gets or sets the currently validated value. |
See Also