An NDoc Documented Class Library

FormValidatorCollection.Remove Method 

Removes the first occurrence of a specific FormValidator from the FormValidatorCollection.

public virtual void Remove(
   FormValidator item
);

Parameters

item
The FormValidator to remove from the FormValidatorCollection.

Exceptions

Exception TypeCondition
ArgumentException The specified FormValidator was not found in the FormValidatorCollection.

See Also

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