Delegate CancellableGraphEventHandler
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.dll
Syntax
public delegate void CancellableGraphEventHandler(object sender, CancellableGraphEventArgs args);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Originator of the Event. |
CancellableGraphEventArgs | args | Graph Event Arguments. |