Raises the LostFocus event (using the provided arguments).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

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

Parameters

e
Type: System.Windows..::.RoutedEventArgs
Provides data about the event.

See Also