Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeChangeType Enumeration


ShapeChangeType Enumeration
Represents the types of change for shape.
Syntax
'Declaration
 
Public Enum ShapeChangeType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ShapeChangeType
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