SliderOnApplyTemplate 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
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override void OnApplyTemplate(
	TemplateAppliedEventArgs e
)

Parameters

e  TemplateAppliedEventArgs
The event args.

See Also