LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OnApplyTemplate Method
See Also 
Leadtools.Windows.Controls Namespace > RasterImageViewer Class : OnApplyTemplate Method



Builds the visual tree of the control Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Public Sub OnApplyTemplate() 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
 
instance.OnApplyTemplate()
C# 
public override void OnApplyTemplate()
C++/CLI 
public:
void OnApplyTemplate(); override 

Remarks

This method is invoked whenever FrameworkElement.ApplyTemplate is called.

This method overrides FrameworkElement.OnApplyTemplate.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also