Performs additional custom processes when validating a value.
Namespace:
PerpetuumSoft.Instrumentation.WebAssembly: PerpetuumSoft.Instrumentation.Web (in PerpetuumSoft.Instrumentation.Web.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected override void OnValidate( Object value ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnValidate ( _ value As Object _ ) |
| Visual C++ |
|---|
protected: virtual void OnValidate( Object^ value ) override |
Parameters
- value
- Type: System..::.Object