ComponentOne FinancialChart for WPF
OnApplyTemplate Method (C1AxisScrollbar)



C1.WPF.Chart.Interaction Namespace > C1AxisScrollbar Class : OnApplyTemplate Method
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 C1AxisScrollbar
 
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

Reference

C1AxisScrollbar Class
C1AxisScrollbar Members