Called when the LoopingListBox looses focus.

Namespace: Mindscape.PhoneElements
Assembly: 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.

See Also