Summary
Called when the control's template is applied.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- TemplatedControl
Syntax
[Obsolete("Use OnApplyTemplate")]
protected virtual void OnTemplateApplied(TemplateAppliedEventArgs e)
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Parameters
Name | Type | Description |
---|---|---|
e | Template |
The event args. |
Return Value
Type | Description |
---|---|
void |