ArcGISWindowsPhoneSDK.LegendKmlWms.PhoneApplicationPage_BackKeyPress C# (CSharp) Method

PhoneApplicationPage_BackKeyPress() private method

private PhoneApplicationPage_BackKeyPress ( object sender, System e ) : void
sender object
e System
return void
        private void PhoneApplicationPage_BackKeyPress(object sender, System.ComponentModel.CancelEventArgs e)
        {
            ApplicationBar.IsVisible = true;
        }