Class SelectionChangedEventArgs
Occurs when the selection is changed in the Gantt.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Remarks
The SelectionChanged event will be raised when either the Gantt grid or chart items selection has changed.
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
NewValue
Get a new items value containing 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 |