ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileView Class / OnApplyTemplate Method


In This Topic
    OnApplyTemplate Method (C1TileView)
    In This Topic
    Builds the visual tree for the C1TileView control when a new template is applied.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnApplyTemplate() 
    'Usage
     
    
    Dim instance As C1TileView
     
    instance.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.
    See Also