Table of Contents

Class TemplateAppliedEventArgs

Namespace
Avalonia.Controls.Primitives
Assembly
Avalonia.Controls.dll

Holds the details of the TemplateApplied event.

public class TemplateAppliedEventArgs : RoutedEventArgs
Inheritance
TemplateAppliedEventArgs
Inherited Members

Constructors

TemplateAppliedEventArgs(INameScope)

Initializes a new instance of the TemplateAppliedEventArgs class.

public TemplateAppliedEventArgs(INameScope nameScope)

Parameters

nameScope INameScope

The applied template's name scope.

Properties

NameScope

Gets the name scope of the applied template.

public INameScope NameScope { get; }

Property Value

INameScope