menu

Document Processing

GraphicSelectionChangedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    GraphicSelectionChangedEventArgs Class

    Provides data for the event.

    Inheritance
    System.Object
    GraphicSelectionChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.UWP.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
    Syncfusion.UI.Xaml.CellGrid.Helpers.ActivationTrigger

    One of the Syncfusion.UI.Xaml.CellGrid.Helpers.ActivationTrigger that specifies the activation options

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved