Class SegmentSelectionChangedEventArgs
Provides the data for the SelectionChanged event.
Inheritance
System.Object
SegmentSelectionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class SegmentSelectionChangedEventArgs : EventArgs
Properties
NewValue
Gets the new value of SelectedItem value assigned to the SfSegmentedControl.
Declaration
public object NewValue { get; }
Property Value
Type |
---|
System.Object |
OldValue
Gets the old value of SelectedItem value of the SfSegmentedControl.
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |