TemplateAppliedEventArgs Constructor
Initializes a new instance of the TemplateAppliedEventArgs class.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public TemplateAppliedEventArgs(
INameScope nameScope
)
Public Sub New (
nameScope As INameScope
)
new :
nameScope : INameScope -> TemplateAppliedEventArgs
Parameters
- INameScope
- The applied template's name scope.
See Also
Reference
TemplateAppliedEventArgs Class
Avalonia.Controls.Primitives Namespace