GraphEventArgs Constructor (IGraph) | 
 
            Creates a new set of Graph Event Arguments.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic GraphEventArgs(
	IGraph g
)
Public Sub New ( 
	g As IGraph
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph. 
See Also