[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Initialisiert eine neue Instanz der Klasse GraphEventArgs.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public GraphEventArgs( IRuntime runtime, IGraph graph, Affection typ ) |
Visual Basic |
---|
Public Sub New ( _ runtime As IRuntime, _ graph As IGraph, _ typ As Affection _ ) |
F# |
---|
new : runtime:IRuntime * graph:IGraph * typ:Affection -> GraphEventArgs |
Parameters
- runtime
- Type: DynamicNode.Core..::..IRuntime
Die auslösende Laufzeitumgebung.
- graph
- Type: DynamicNode.Core..::..IGraph
Das betroffene Graph.
- typ
- Type: DynamicNode.Core..::..Affection
Der Ereignis-Typ.