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: SystemObject
Originator of the Event.
args
Type: VDS.RDFCancellableGraphEventArgs
Graph Event Arguments.
See Also