Class SelectionChangedEventArgs
Occurs when the selection is changed in the Gantt.
Inheritance
System.Object
System.EventArgs
SelectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |