WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / C1DatePicker Class / OnSelectedDateChanged(SelectionChangedEventArgs) Method
The Microsoft.UI.Xaml.Controls.SelectionChangedEventArgs event arguments.
In This Topic
    OnSelectedDateChanged(SelectionChangedEventArgs) Method
    In This Topic
    Raises the SelectedDateChanged event.
    Syntax
    protected virtual void OnSelectedDateChanged( 
       SelectionChangedEventArgs e
    )

    Parameters

    e
    The Microsoft.UI.Xaml.Controls.SelectionChangedEventArgs event arguments.
    See Also