CancellableGraphEventHandler Delegate |
Delegate Type for Graph events raised by Graphs where event handlers may set a Cancel flag to cancel the subsequent operation.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public delegate void CancellableGraphEventHandler(
Object sender,
CancellableGraphEventArgs args
)
Public Delegate Sub CancellableGraphEventHandler (
sender As Object,
args As CancellableGraphEventArgs
)
Parameters
- sender
- Type: SystemObject
Originator of the Event. - args
- Type: VDS.RDFCancellableGraphEventArgs
Graph Event Arguments.
See Also