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:
Syntaxpublic delegate void CancellableGraphEventHandler(
Object sender,
CancellableGraphEventArgs args
)
Public Delegate Sub CancellableGraphEventHandler (
sender As Object,
args As CancellableGraphEventArgs
)
Parameters
- sender
- Type: System.Object
Originator of the Event. - args
- Type: VDS.RDF.CancellableGraphEventArgs
Graph Event Arguments.
See Also