Class ShapeCollectionChangingEventArgs<T>
Arguments for the Changing event of the Shapes Collection.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Shapes
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ShapeCollectionChangingEventArgs<T> : RadCancelEventArgs where T : FloatingShapeBase
Type Parameters
T
|
Properties
ChangeType
Gets the change type.
Declaration
public ShapeCollectionChangeType ChangeType { get; }
Property Value
ShapeCollectionChangeType
The change type. |
Shape
Gets or sets the shape.
Declaration
public T Shape { get; set; }
Property Value
T
The shape. |