Method OnLostFocus
OnLostFocus(RoutedEventArgs)
Raises the LostFocus routed event by using the event data that is provided.
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
eRoutedEventArgsA RoutedEventArgs that contains event data. This event data must contain the identifier for the LostFocus event.