Click or drag to resize
UIElementOnLostFocus Method
Raises the LostFocus event

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnLostFocus(
	RoutedEventArgs eventArgs
)

Parameters

eventArgs
Type: Windows.UI.XamlRoutedEventArgs
The arguments for the event.
See Also