Click or drag to resize

CancellableGraphEventArgs Constructor (IGraph)

Creates a new set of Cancellable Graph Event Arguments.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public CancellableGraphEventArgs(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also