Catrobat.IDE.WindowsShared.Common.NavigationHelper.CanGoBack C# (CSharp) Method

CanGoBack() public method

Virtual method used by the GoBackCommand property to determine if the Frame can go back.
public CanGoBack ( ) : bool
return bool
        public virtual bool CanGoBack()
        {
            return this.Frame != null && this.Frame.CanGoBack;
        }
        /// <summary>