ClassShapeCollectionChangedEventArgs<T>
Class
Event arguments for shape collection Changed notifications, providing the change type and affected shape after modification.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Shapes
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class ShapeCollectionChangedEventArgs<T> : EventArgs where T : FloatingShapeBase
Inheritance: objectEventArgsShapeCollectionChangedEventArgs<T>
Inherited Members
Properties
ChangeType
Category of modification performed (Add, Remove, Clear) on the shape collection.
Declaration
cs-api-definition
public ShapeCollectionChangeType ChangeType { get; }
Property Value
The change type.
Shape
The shape that was added, removed, or cleared from the collection.
Declaration
cs-api-definition
public T Shape { get; set; }
Property Value
T
The shape.