Microsoft.Phone.Applications.UnitConverter.View.CategorySelection.OnBackKeyPress C# (CSharp) 메소드

OnBackKeyPress() 보호된 메소드

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
리턴 void
        protected override void OnBackKeyPress(CancelEventArgs e)
        {
            base.OnBackKeyPress(e);
            contextMenuPanel.OnBackKeyPress(e);
        }