TemplateAppliedEventArgs Constructor

Initializes a new instance of the TemplateAppliedEventArgs class.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TemplateAppliedEventArgs(
	INameScope nameScope
)

Parameters

nameScope  INameScope
The applied template's name scope.

See Also