BExplorer.Shell.NavigatingEventArgs.NavigatingEventArgs C# (CSharp) Method

NavigatingEventArgs() public method

Initializes a new instance of the NavigatingEventArgs class.
public NavigatingEventArgs ( IListItemEx folder, System.Boolean isInSameTab ) : BExplorer.Shell._Plugin_Interfaces
folder IListItemEx The folder being navigated to.
isInSameTab System.Boolean
return BExplorer.Shell._Plugin_Interfaces
    public NavigatingEventArgs(IListItemEx folder, Boolean isInSameTab) {
      Folder = folder;
      IsNavigateInSameTab = isInSameTab;
    }