Class SelectionChangedEventArgs
Represents the gantt selection changed event arguments
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Index
Gets the index which has been set through mouse interaction or SelectedIndex
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Item
Gets the selected item which has been set through mouse interaction or SelectedIndex
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |