ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / OnLostFocus Method
The System.Windows.RoutedEventArgs.

In This Topic
    OnLostFocus Method (C1DatePicker)
    In This Topic
    Finalizes editing and closes dropdown part if focus is out of the C1DatePicker control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLostFocus( _
       ByVal e As RoutedEventArgs _
    ) 
    protected override void OnLostFocus( 
       RoutedEventArgs e
    )

    Parameters

    e
    The System.Windows.RoutedEventArgs.
    See Also