TemplateAppliedEventArgs Class

Summary

Holds the details of the TemplateApplied event.
Namespace
Avalonia.Controls.Primitives
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["TemplateAppliedEventArgs"] class Type type-node

Syntax

public class TemplateAppliedEventArgs : RoutedEventArgs

Constructors

Name Summary
TemplateAppliedEventArgs(INameScope) Initializes a new instance of the TemplateAppliedEventArgs class.

Properties

Name Value Summary
Handled bool
Inherited from RoutedEventArgs
NameScope INameScope
Gets the name scope of the applied template.
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs