An NDoc Documented Class Library

BaseValidatorCollection.Remove Method 

Removes the first occurrence of a specific BaseValidator from the BaseValidatorCollection.

public virtual void Remove(
   BaseValidator item
);

Parameters

item
The BaseValidator to remove from the BaseValidatorCollection.

Exceptions

Exception TypeCondition
ArgumentException The specified BaseValidator was not found in the BaseValidatorCollection.

See Also

BaseValidatorCollection Class | BaseValidatorCollection Members | Genghis.Windows.Forms Namespace