Search
ShapeEventArgs Class
See Also
 





Contains the arguments passed to the ShapeSelected and ShapeRenamed event handlers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeEventArgs : EventArgs

Visual Basic  Copy Code

Public Class ShapeEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.ShapeEventArgs

 See Also