menu

WPF

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

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Occurs when the selection is being changed in the Gantt.

    Inheritance
    System.Object
    SelectionChangingEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class SelectionChangingEventArgs : CancelEventArgs
    Remarks

    The SelectionChanging event will be raised when either the Gantt grid or chart items selection is changing.

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    NewValue

    Gets a new items value that contains the items are being selected.

    Declaration
    public object NewValue { get; }
    Property Value
    Type
    System.Object

    OldValue

    Gets an old items value that contains the items that are being unselected.

    Declaration
    public object OldValue { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved