Cancelable event arguments for shape collection Changing notifications, providing the change type and affected shape before modification.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Shapes
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Type Parameters:
T
Syntax:
C#
public class ShapeCollectionChangingEventArgs<T> : RadCancelEventArgs where T : FloatingShapeBase
Inheritance: objectEventArgsRadCancelEventArgsShapeCollectionChangingEventArgs<T>
Inherited Members
Properties
Category of modification about to be performed (Add, Remove, Clear) on the shape collection.
C#
public ShapeCollectionChangeType ChangeType { get; }
The change type.
The shape about to be added, removed, or cleared from the collection.
C#
public T Shape { get; set; }
The shape.