Class SegmentSelectionChangedEventArgs

    Show / Hide Table of Contents

    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 Description
    System.Object

    OldValue

    Gets the old value of SelectedItem value of the SfSegmentedControl.

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved