Search
DiagramBase.OnDestinationAnchorChanged Method
See Also
 





Raises the DestinationAnchorChanged event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnDestinationAnchorChanged (
    AnchorPointEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDestinationAnchorChanged( _
    e As AnchorPointEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also