WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / C1NumericBox Class / OnSelectionChanged Method
Contains the event data for the SelectionChanged event.
In This Topic
    OnSelectionChanged Method (C1NumericBox)
    In This Topic
    Raises the SelectionChanged event.
    Syntax
    protected virtual void OnSelectionChanged( 
       RoutedEventArgs e
    )

    Parameters

    e
    Contains the event data for the SelectionChanged event.
    See Also