C# Class BExplorer.Shell.NavigatingEventArgs

Provides information for the ShellView.Navigating event.
Inheritance: System.EventArgs, IDisposable
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
Dispose ( ) : void
NavigatingEventArgs ( IListItemEx folder, System.Boolean isInSameTab ) : BExplorer.Shell._Plugin_Interfaces

Initializes a new instance of the NavigatingEventArgs class.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

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