[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Handler zum Benachrichtigen von Änderungen der Verbindung eines Ports.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public delegate void ConnectionChangedHandler(
	Port port,
	int count
)
Visual Basic
Public Delegate Sub ConnectionChangedHandler ( _
	port As Port, _
	count As Integer _
)
F#
type ConnectionChangedHandler = 
    delegate of 
        port:Port * 
        count:int -> unit

Parameters

port
Type: DynamicNode.Core..::..Port
count
Type: System..::..Int32

See Also