ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewExpandButton Class / OnApplyTemplate Method

In This Topic
    OnApplyTemplate Method (C1TreeViewExpandButton)
    In This Topic
    Builds the visual tree for the C1TreeViewExpandButton control when a new template is applied.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnApplyTemplate() 
    protected override void OnApplyTemplate()
    See Also