Control.OnLostFocus(RoutedEventArgs) Method

Definition

Called before the LostFocus event occurs.

void OnLostFocus(RoutedEventArgs const& e);
protected virtual void OnLostFocus(RoutedEventArgs e);
function onLostFocus(e)
Protected Overridable Sub OnLostFocus (e As RoutedEventArgs)

Parameters

e
RoutedEventArgs

The data for the event.

Applies to

See also