ViewportControl.OnApplyTemplate Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Overrides Sub OnApplyTemplate
public override void OnApplyTemplate()

Remarks

This method is invoked whenever application code or an internal process, such as a rebuilding layout pass, calls the ApplyTemplate()()() method.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ViewportControl Class

System.Windows.Controls.Primitives Namespace