ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1MultiSelect Class / OnApplyTemplate Method

In This Topic
    OnApplyTemplate Method (C1MultiSelect)
    In This Topic
    Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnApplyTemplate() 
    protected 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