Microsoft.Phone.Applications.UnitConverter.View.CategorySelection.OnBackKeyPress C# (CSharp) Method

OnBackKeyPress() protected method

Called when user presses back key on the page. Close the context menu if it is open else go back
protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs Event Data
return void
        protected override void OnBackKeyPress(CancelEventArgs e)
        {
            base.OnBackKeyPress(e);
            contextMenuPanel.OnBackKeyPress(e);
        }