ArcGISWindowsPhoneSDK.PortalMetadata.OnBackKeyPress C# (CSharp) 메소드

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( System e ) : void
e System
리턴 void
        protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
        {
            if (MapsPage.IsOpen || GroupsPage.IsOpen)
            {
                ApplicationBar.IsVisible = true;
                e.Cancel = true;
            }
        }