Class GraphEventArgs
Event Arguments for Events regarding Graphs.
Inherited Members
System.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
| Improve this Doc View SourceGraphEventArgs(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. |
GraphEventArgs(IGraph)
Creates a new set of Graph Event Arguments.
Declaration
public GraphEventArgs(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
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 |