Click or drag to resize

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
)

Parameters

sender
Type: System.Object
Originator of the Event.
args
Type: VDS.RDF.CancellableGraphEventArgs
Graph Event Arguments.
See Also