CallbackValidator::Validate Method (Object^)

 

Determines whether the value of an object is valid.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual void Validate(
	Object^ value
) override

Parameters

value
Type: System::Object^

The value of an object.

The CallbackValidator class contains the type and delegate necessary to validate an object. The type and delegate are established when an instance of the CallbackValidator class is created. The object to validate is passed as a parameter of the Validate method.

.NET Framework
Available since 2.0
Return to top
Show: