ValidationEventHandler

ValidationEventHandler typedef

Represents the callback method that will handle XML schema validation events and the ValidationEventArgs.

using System::Xml::Schema::ValidationEventHandler = typedef System::MulticastDelegate<void(SharedPtr<Object> , SharedPtr<ValidationEventArgs> )>

See Also