C# 클래스 BExplorer.Shell.NavigatingEventArgs

Provides information for the ShellView.Navigating event.
상속: System.EventArgs, IDisposable
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
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