<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexComboBox Class / OnLostFocus Method

In This Topic
    OnLostFocus Method (C1FlexComboBox)
    In This Topic
    Overridden to close the drop-down when losing focus.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLostFocus( _
       ByVal e As RoutedEventArgs _
    ) 
    protected override void OnLostFocus( 
       RoutedEventArgs e
    )

    Parameters

    e
    See Also