WinRTXamlToolkit.Controls.Primitives.CalendarButton.OnApplyTemplate C# (CSharp) Method

OnApplyTemplate() protected method

Builds the visual tree for the T:WinRTXamlToolkit.Controls.Primitives.CalendarButton when a new template is applied.
protected OnApplyTemplate ( ) : void
return void
        protected override void OnApplyTemplate()
        {
            base.OnApplyTemplate();
            ChangeVisualState(false);
        }