New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class ShapeCollectionChangedEventArgs<T> : EventArgs where T : FloatingShapeBase

Inheritance: objectEventArgsShapeCollectionChangedEventArgs<T>

Inherited Members EventArgs.Empty

Properties

Category of modification performed (Add, Remove, Clear) on the shape collection.

C#
public ShapeCollectionChangeType ChangeType { get; }
Property Value:

The change type.

The shape that was added, removed, or cleared from the collection.

C#
public T Shape { get; set; }
Property Value:

The shape.

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