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