WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicSelectionChangingEventArgs - WPF API Reference | Syncfusion event ">

    Show / Hide Table of Contents

    Class GraphicSelectionChangingEventArgs

    Provides data for the event

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    GraphicSelectionChangingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    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: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class GraphicSelectionChangingEventArgs : GridCancelEventArgs

    Constructors

    GraphicSelectionChangingEventArgs()

    Declaration
    public GraphicSelectionChangingEventArgs()

    Properties

    NewSelectedShapes

    Gets or sets the collection of currently selected shapes.

    Declaration
    public List<ShapeImpl> NewSelectedShapes { get; set; }
    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

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