Click or drag to resize

WrapperGraphRaiseMergeRequested Method

Helper method for raising the Merge Requested event and returning whether any of the Event Handlers cancelled the operation.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void RaiseMergeRequested(
	CancellableGraphEventArgs args
)

Parameters

args
Type: VDS.RDFCancellableGraphEventArgs

[Missing <param name="args"/> documentation for "M:VDS.RDF.WrapperGraph.RaiseMergeRequested(VDS.RDF.CancellableGraphEventArgs)"]

Return Value

Type: 
True if the operation can continue, false if it should be aborted.
See Also