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 |