TextBoxBase::OnLostFocus Method (RoutedEventArgs^)

 

Raises the LostFocus event (using the provided arguments).

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnLostFocus(
	RoutedEventArgs^ e
) override

Parameters

e
Type: System.Windows::RoutedEventArgs^

Provides data about the event.

.NET Framework
Available since 3.0
Return to top
Show: