ComponentOne DataFilter for WPF
C1.WPF.DataFilter.View Namespace / CustomFilterPresenter Class / OnApplyTemplate Method

In This Topic
    OnApplyTemplate Method (CustomFilterPresenter)
    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() 
    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