KeyboardOnFocusChanged Method

The focus changed event is handled by inspecting the currently focused element's attached properties.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
protected virtual void OnFocusChanged(
	(Object o, RoutedEventArgs args) tup
)

Parameters

tup  ValueTupleObject, RoutedEventArgs
A sender and RoutedEventArgs tuple

Remarks

If the attached DockProperty and LayoutProperty are set we try to open the keyboard, else we close it.

See Also