WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / C1NumericBox Class / SelectionChanged Event
In This Topic
    SelectionChanged Event (C1NumericBox)
    In This Topic
    Fires when SelectionStart or SelectionLength is changed.
    Syntax
    public event EventHandler<RoutedEventArgs> SelectionChanged
    Event Data

    The event handler receives an argument of type RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also