[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 NodeEventArgs-Instanz.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public ConnectionEventArgs( InPort inPort, OutPort outPort, ConnectionEventTyp typ ) |
Visual Basic |
---|
Public Sub New ( _ inPort As InPort, _ outPort As OutPort, _ typ As ConnectionEventTyp _ ) |
F# |
---|
new : inPort:InPort * outPort:OutPort * typ:ConnectionEventTyp -> ConnectionEventArgs |
Parameters
- inPort
- Type: DynamicNode.Core..::..InPort
Der betroffene Eingangsport.
- outPort
- Type: DynamicNode.Core..::..OutPort
Der betroffene Ausgangsport.
- typ
- Type: DynamicNode.Core..::..ConnectionEventTyp
Der Ereignistyp.