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 |
|---|---|---|
| object | sender | Originator of the Event. |
| CancellableGraphEventArgs | args | Graph Event Arguments. |