Class GraphEventArgs
Event Arguments for Events regarding Graphs.
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 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
| Improve this Doc 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 |