UWP

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

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Represents the gantt selection changing event arguments

    Inheritance
    System.Object
    SelectionChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class SelectionChangingEventArgs : CancelEventArgs

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    Index

    Gets the index which has been set through mouse interaction or SelectedIndex

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Item

    Gets the selected item which has been set through mouse interaction or SelectedIndex

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved