[]
        
(Showing Draft Content)

C1.WinUI.Input.C1NumericBox.SelectionChanged

SelectionChanged Event

Occurs when the text selection in the C1NumericBox control changes.

Namespace: C1.WinUI.Input
Assembly: C1.WinUI.Input.dll
Syntax
public event EventHandler<RoutedEventArgs> SelectionChanged
Public Event SelectionChanged As EventHandler(Of RoutedEventArgs)
Returns
Type Description
EventHandler<RoutedEventArgs> Occurs when the text selection in the control changes.