BaconographyW8.Common.Flyout.OnCurrentWindowActivated C# (CSharp) 메소드

OnCurrentWindowActivated() 개인적인 메소드

private OnCurrentWindowActivated ( object sender, Windows e ) : void
sender object
e Windows
리턴 void
        private void OnCurrentWindowActivated(object sender, Windows.UI.Core.WindowActivatedEventArgs e)
        {
            if (e.WindowActivationState == Windows.UI.Core.CoreWindowActivationState.Deactivated)
            {
                this.IsOpen = false;
            }
        }