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

Наследование: System.EventArgs, IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

public NavigatedEventArgs ( IListItemEx folder, IListItemEx old ) : BExplorer.Shell._Plugin_Interfaces
folder IListItemEx
old IListItemEx
Результат BExplorer.Shell._Plugin_Interfaces

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

public NavigatedEventArgs ( IListItemEx folder, IListItemEx old, System.Boolean isInSame ) : BExplorer.Shell._Plugin_Interfaces
folder IListItemEx
old IListItemEx
isInSame System.Boolean
Результат BExplorer.Shell._Plugin_Interfaces