Enum ShapeCollectionChangeType
Categorizes shape collection modifications (add, remove, clear) for event handling and notification.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Shapes
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ShapeCollectionChangeType
Add
A shape was inserted into the collection.
Clear
All shapes were removed from the collection in a single operation.
Remove
A specific shape was removed from the collection.