[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Wird ausgelöst, wenn der Cursor aus dem Bereich eines Ports herrausbewegt wird.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public event EventHandler<EditorPortEventArgs> MousePortLeave
Visual Basic
Public Event MousePortLeave As EventHandler(Of EditorPortEventArgs)
F#
abstract MousePortLeave : IEvent<EventHandler<EditorPortEventArgs>,
    EditorPortEventArgs>
override MousePortLeave : IEvent<EventHandler<EditorPortEventArgs>,
    EditorPortEventArgs>

Implements

IGraphDocument..::..MousePortLeave

See Also