Show / Hide Table of Contents

Class CancellableGraphEventArgs

Event Arguments for Events regarding Graphs which may be cancelled.

Inheritance
object
EventArgs
GraphEventArgs
CancellableGraphEventArgs
Inherited Members
GraphEventArgs.Graph
GraphEventArgs.TripleEvent
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

| Edit this page 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.

| Edit this page 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.

Properties

| Edit this page View Source

Cancel

Gets/Sets whether the Event should be cancelled.

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

Extension Methods

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