XmlCancelEventHandler Delegate
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Handles an event when an XML operation can be canceled.
public delegate void XmlCancelEventHandler(object o, XmlCancelEventArgs args)
Parameters
Type | Parameter name | Description |
---|---|---|
Object | o | The source of the event. |
XmlCancelEventArgs | args | The XmlCancelEventArgs instance containing the event data. |
Remarks
Use this delegate for event handlers that can cancel an ongoing XML operation based on the information provided in the XmlCancelEventArgs.