System::Xml::Schema::XmlSchemaSet::ValidationEventHandler_remove method

XmlSchemaSet::ValidationEventHandler_remove method

Removes an event handler for receiving information about XML Schema definition language (XSD) schema validation errors.

template<class...> void System::Xml::Schema::XmlSchemaSet::ValidationEventHandler_remove(Args... value)
ParameterTypeDescription
valueArgs…A bound or static method or ValidationEventHandler instance.

See Also