C# Class BExplorer.Shell.NavigatedEventArgs

Inheritance: System.EventArgs, IDisposable
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
NavigatedEventArgs ( IListItemEx folder, IListItemEx old ) : BExplorer.Shell._Plugin_Interfaces
NavigatedEventArgs ( IListItemEx folder, IListItemEx old, System.Boolean isInSame ) : BExplorer.Shell._Plugin_Interfaces

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NavigatedEventArgs() public method

public NavigatedEventArgs ( IListItemEx folder, IListItemEx old ) : BExplorer.Shell._Plugin_Interfaces
folder IListItemEx
old IListItemEx
return BExplorer.Shell._Plugin_Interfaces

NavigatedEventArgs() public method

public NavigatedEventArgs ( IListItemEx folder, IListItemEx old, System.Boolean isInSame ) : BExplorer.Shell._Plugin_Interfaces
folder IListItemEx
old IListItemEx
isInSame System.Boolean
return BExplorer.Shell._Plugin_Interfaces