WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Represents a class which holds the properties of Selection changing event.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    SelectionChangingEventArgs
    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.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class SelectionChangingEventArgs : GridCancelEventArgs

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    ActiveRange

    Gets or sets the value of active range .

    Declaration
    public GridRangeInfo ActiveRange { get; set; }
    Property Value
    Type Description
    GridRangeInfo

    Active Range.

    NewRanges

    Gets or sets the list of selected new ranges .

    Declaration
    public GridRangeInfoList NewRanges { get; set; }
    Property Value
    Type Description
    GridRangeInfoList

    Selected ranges.

    OldRanges

    Gets the list of selected old ranges .

    Declaration
    public GridRangeInfoList OldRanges { get; }
    Property Value
    Type Description
    GridRangeInfoList

    Selected ranges.

    SelectionTrigger

    Gets the value of trigger options .

    Declaration
    public ActivationTrigger SelectionTrigger { get; }
    Property Value
    Type Description
    ActivationTrigger

    One of the options in ActivationTrigger.

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