ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HierarchicalPresenter Class / OnApplyTemplate Method



In This Topic
    OnApplyTemplate Method (C1HierarchicalPresenter)
    In This Topic
    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnApplyTemplate() 
    'Usage
     
    
    Dim instance As C1HierarchicalPresenter
     
    instance.OnApplyTemplate()
    public override void OnApplyTemplate()
    public:
    void OnApplyTemplate(); override 
    Remarks
    This method is invoked whenever application code or an internal process, such as a rebuilding layout pass, calls the ApplyTemplate method.
    See Also