Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeChangeType Enumeration


In This Topic
    ShapeChangeType Enumeration
    In This Topic
    Represents the types of change for shape.
    Syntax
    'Declaration
     
    
    Public Enum ShapeChangeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeChangeType
    public enum ShapeChangeType : System.Enum 
    Members
    MemberDescription
    ActionThe shape is choosen which trigger IShape.Action event.
    ChangeThe shape's data is changed.
    CreateThe shape is created.
    DeleteThe shape is deleted.
    EditThe shape is editing.
    EditFormulaThe shape is editing formula.
    EditTextThe shape is editing text.
    MoveThe shape is moved.
    MoveOrSizeThe shape boundary is changed.
    ResizeThe shape is resized.
    SelectionShape selection is changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.ShapeChangeType

    See Also