Search
AnchorPointEventArgs Class
See Also
 





Contains the arguments passed to the anchor point-related events, such as OriginAnchorChanged and DestinationAnchorChanged.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class AnchorPointEventArgs : EventArgs

Visual Basic  Copy Code

Public Class AnchorPointEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.AnchorPointEventArgs

 See Also