Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1ItemsPresenter Class / OnApplyTemplate Method

In This Topic
    OnApplyTemplate Method (C1ItemsPresenter)
    In This Topic
    Called when an internal process or application calls ApplyTemplate, which is used to build the current template's visual tree.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnApplyTemplate() 
    public override void OnApplyTemplate()
    See Also