Show / Hide Table of Contents

Class CancellableGraphEventArgs

Event Arguments for Events regarding Graphs which may be cancelled.

Inheritance
System.Object
System.EventArgs
GraphEventArgs
CancellableGraphEventArgs
Inherited Members
GraphEventArgs.Graph
GraphEventArgs.TripleEvent
System.EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class CancellableGraphEventArgs : GraphEventArgs

Constructors

| Improve this Doc View Source

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.

| Improve this Doc View Source

CancellableGraphEventArgs(IGraph)

Creates a new set of Cancellable Graph Event Arguments.

Declaration
public CancellableGraphEventArgs(IGraph g)
Parameters
Type Name Description
IGraph g

Graph.

Properties

| Improve this Doc View Source

Cancel

Gets/Sets whether the Event should be cancelled.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CancellableGraphEventArgs(IGraph, TripleEventArgs)
    • CancellableGraphEventArgs(IGraph)
  • Properties
    • Cancel
  • Extension Methods
Back to top Generated by DocFX