Builds the visual tree for the C1HeaderedContentControl control when a new template is applied.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
protected override void OnApplyTemplate()
Visual Basic
Protected Overrides Sub OnApplyTemplate

Remarks

This method is invoked whenever application code or an internal process, such as a rebuilding layout pass, calls the [M:ApplyTemplate] method.

See Also