Performs additional custom processes when validating a value.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.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

See Also