BExplorer.Shell.NavigationLog.NavigateBack C# (CSharp) Method

NavigateBack() public method

Navigates backwards one item
public NavigateBack ( ) : IListItemEx
return IListItemEx
        public IListItemEx NavigateBack()
        {
            CurrentLocPos--;
            return HistoryItemsList[CurrentLocPos];
        }