Class CancellableGraphEventArgs
Event Arguments for Events regarding Graphs which may be cancelled.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class CancellableGraphEventArgs : GraphEventArgs
Constructors
| Edit this page View SourceCancellableGraphEventArgs(IGraph)
Creates a new set of Cancellable Graph Event Arguments.
Declaration
public CancellableGraphEventArgs(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
CancellableGraphEventArgs(IGraph, TripleEventArgs)
Creates a new set of Cancellable Graph Event Arguments.
Declaration
public CancellableGraphEventArgs(IGraph g, TripleEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
TripleEventArgs | args | Triple Event Arguments. |
Properties
| Edit this page View SourceCancel
Gets/Sets whether the Event should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |