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.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
protected override void OnApplyTemplate(
TemplateAppliedEventArgs e
)
abstract OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
override OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
Parameters
- e TemplateAppliedEventArgs
- The event args.