TripleEventArgs Constructor (Triple, IGraph) | 
 
            Creates a new set of Triple Event Arguments for the given Triple.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic TripleEventArgs(
	Triple t,
	IGraph g
)
Public Sub New ( 
	t As Triple,
	g As IGraph
)
Parameters
- t
 - Type: VDS.RDFTriple
Triple. - g
 - Type: VDS.RDFIGraph
Graph the Triple Event occurred in. 
See Also