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

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( System e ) : void
e System
리턴 void
        protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
        {
            ApplicationBar.IsVisible = true;
        }