Class CancellableGraphEventArgs
Event Arguments for Events regarding Graphs which may be cancelled.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class CancellableGraphEventArgs : GraphEventArgs
Constructors
| Improve this Doc 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
| Improve this Doc View SourceCancel
Gets/Sets whether the Event should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |