WrapperGraphRaiseClearRequested Method |
Helper method for raising the
Clear 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 RaiseClearRequested(
CancellableGraphEventArgs args
)
Protected Sub RaiseClearRequested (
args As CancellableGraphEventArgs
)
Parameters
- args
- Type: VDS.RDFCancellableGraphEventArgs
[Missing <param name="args"/> documentation for "M:VDS.RDF.WrapperGraph.RaiseClearRequested(VDS.RDF.CancellableGraphEventArgs)"]
Return Value
Type:
True if the operation can continue, false if it should be aborted.
See Also