TextBoxBase.OnLostFocus(RoutedEventArgs) Method

Definition

Raises the LostFocus event (using the provided arguments).

protected:
 override void OnLostFocus(System::Windows::RoutedEventArgs ^ e);
protected override void OnLostFocus (System.Windows.RoutedEventArgs e);
override this.OnLostFocus : System.Windows.RoutedEventArgs -> unit
Protected Overrides Sub OnLostFocus (e As RoutedEventArgs)

Parameters

e
RoutedEventArgs

Provides data about the event.

Applies to

See also