MenuItemOnApplyTemplate 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: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override void OnApplyTemplate(
TemplateAppliedEventArgs e
)
Protected Overrides Sub OnApplyTemplate (
e As TemplateAppliedEventArgs
)
abstract OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
override OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
Parameters
- e TemplateAppliedEventArgs
- The event args.