Show / Hide Table of Contents

Class GraphEventArgs

Event Arguments for Events regarding Graphs.
Inheritance
System.Object
System.EventArgs
GraphEventArgs
CancellableGraphEventArgs
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 GraphEventArgs : EventArgs

Constructors

| Improve this Doc View Source

GraphEventArgs(IGraph)

Creates a new set of Graph Event Arguments.
Declaration
public GraphEventArgs(IGraph g)
Parameters
Type Name Description
IGraph g Graph.
| Improve this Doc 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

| Improve this Doc View Source

Graph

Gets the Graph.
Declaration
public IGraph Graph { get; }
Property Value
Type Description
IGraph
| Improve this Doc View Source

TripleEvent

Gets the Triple Event Arguments (if any).
Declaration
public TripleEventArgs TripleEvent { get; }
Property Value
Type Description
TripleEventArgs

Extension Methods

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