Called when the SplitButton loses focus.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnLostFocus(
	RoutedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnLostFocus ( _
	e As RoutedEventArgs _
)

Parameters

e
Type: System.Windows..::.RoutedEventArgs
RoutedEventArgs containing the event data.

See Also