TemplatedControl.

OnTemplateApplied(TemplateAppliedEventArgs) Method

Summary

Called when the control's template is applied.

Syntax

[Obsolete("Use OnApplyTemplate")]
protected virtual void OnTemplateApplied(TemplateAppliedEventArgs e)

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
e TemplateAppliedEventArgs The event args.

Return Value

Type Description
void