KeyboardOnApplyTemplate Method

Called when the control's template is applied. In simple terms, this means the method is called just before the control is displayed.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
protected override void OnApplyTemplate(
	TemplateAppliedEventArgs e
)

Parameters

e  TemplateAppliedEventArgs
The event args.

See Also