Called when the LoopingListBox looses focus.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected override void OnLostFocus( RoutedEventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnLostFocus ( _ e As RoutedEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnLostFocus( RoutedEventArgs^ e ) override |
Parameters
- e
- Type: System.Windows..::..RoutedEventArgs
The event data.