OnApplyTemplate 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: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override void OnApplyTemplate(
TemplateAppliedEventArgs e
)
Protected Overrides Sub OnApplyTemplate (
e As TemplateAppliedEventArgs
)
abstract OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
override OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
Parameters
- TemplateAppliedEventArgs
- The event args.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace