Class GraphEventArgs
Event Arguments for Events regarding Graphs.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class GraphEventArgs : EventArgs
Constructors
| Edit this page View SourceGraphEventArgs(IGraph)
Creates a new set of Graph Event Arguments.
Declaration
public GraphEventArgs(IGraph g)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph | g | Graph. |
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 SourceGraph
Gets the Graph.
Declaration
public IGraph Graph { get; }
Property Value
| Type | Description |
|---|---|
| IGraph |
TripleEvent
Gets the Triple Event Arguments (if any).
Declaration
public TripleEventArgs TripleEvent { get; }
Property Value
| Type | Description |
|---|---|
| TripleEventArgs |