[This is preliminary documentation and is subject to change.]
Performs additional custom processes when validating a value.
| C# | Visual Basic | Visual C++ |
protected override void OnValidate( Object value )
Protected Overrides Sub OnValidate ( _ value As Object _ )
protected: virtual void OnValidate( Object^ value ) override
- value (Object)
- The object to validate.