Show / Hide Table of Contents

Class GraphEventArgs

Event Arguments for Events regarding Graphs.

Inheritance
object
EventArgs
GraphEventArgs
CancellableGraphEventArgs
Inherited Members
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 GraphEventArgs : EventArgs

Constructors

| Edit this page View Source

GraphEventArgs(IGraph)

Creates a new set of Graph Event Arguments.

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

Graph.

| Edit this page View Source

GraphEventArgs(IGraph, TripleEventArgs)

Creates a new set of Graph Event Arguments.

Declaration
public GraphEventArgs(IGraph g, TripleEventArgs args)
Parameters
Type Name Description
IGraph g

Graph.

TripleEventArgs args

Triple Event Arguments.

Properties

| Edit this page View Source

Graph

Gets the Graph.

Declaration
public IGraph Graph { get; }
Property Value
Type Description
IGraph
| Edit this page View Source

TripleEvent

Gets the Triple Event Arguments (if any).

Declaration
public TripleEventArgs TripleEvent { get; }
Property Value
Type Description
TripleEventArgs

Extension Methods

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