C# Class BExplorer.Shell.NavigatingEventArgs

Provides information for the ShellView.Navigating event.
Inheritance: System.EventArgs, IDisposable
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

NavigatingEventArgs() public méthode

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
Résultat BExplorer.Shell._Plugin_Interfaces