Enum
ShapeCollectionChangeType

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:

cs-api-definition
public enum ShapeCollectionChangeType

Fields

Add

A shape was inserted into the collection.

Declaration

cs-api-definition
Add = 0

Field Value

ShapeCollectionChangeType

Clear

All shapes were removed from the collection in a single operation.

Declaration

cs-api-definition
Clear = 2

Field Value

ShapeCollectionChangeType

Remove

A specific shape was removed from the collection.

Declaration

cs-api-definition
Remove = 1

Field Value

ShapeCollectionChangeType

In this article
DefinitionFieldsAddClearRemove
Not finding the help you need?
Contact Support