Class GraphicSelectionChangedEventArgs
Provides data for the
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet.GraphicCells
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class GraphicSelectionChangedEventArgs : GridEventArgs
Constructors
GraphicSelectionChangedEventArgs()
Declaration
public GraphicSelectionChangedEventArgs()
Properties
NewSelectedShapes
Gets or sets the collection of currently selected shapes.
Declaration
public List<ShapeImpl> NewSelectedShapes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ShapeImpl> | The list of ShapeImpl collection |
OldSelectedShapes
Gets or sets the collection of previously selected shapes.
Declaration
public List<ShapeImpl> OldSelectedShapes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ShapeImpl> | The list of ShapeImpl collection |
SelectionTrigger
Gets or sets how the selection is triggered in Graphic Cells .
Declaration
public ActivationTrigger SelectionTrigger { get; }
Property Value
Type | Description |
---|---|
ActivationTrigger | One of the ActivationTrigger that specifies the activation options |