ApplicationEvents4_XMLValidationErrorEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the XMLValidationError event. The XMLValidationError event occurs when there is a validation error in the document.
public delegate void ApplicationEvents4_XMLValidationErrorEventHandler(XMLNode ^ XMLNode);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_XMLValidationErrorEventHandler(XMLNode XMLNode);
type ApplicationEvents4_XMLValidationErrorEventHandler = delegate of XMLNode -> unit
Public Delegate Sub ApplicationEvents4_XMLValidationErrorEventHandler(XMLNode As XMLNode)
Parameters
- Attributes