C# Класс BExplorer.Shell.NavigatingEventArgs

Provides information for the ShellView.Navigating event.
Наследование: System.EventArgs, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
NavigatingEventArgs ( IListItemEx folder, System.Boolean isInSameTab ) : BExplorer.Shell._Plugin_Interfaces

Initializes a new instance of the NavigatingEventArgs class.

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

NavigatingEventArgs() публичный Метод

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
Результат BExplorer.Shell._Plugin_Interfaces