C# Class ImageBrowserPresenterTests.StubDirectoryTree

Inheritance: IDirectoryTree
Afficher le fichier Open project: mrtgold/ImageBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
InitDrives_Called bool

Méthodes publiques

Méthode Description
AfterExpanding ( TreeViewEventArgs e ) : void
AfterSelecting ( TreeViewEventArgs e ) : void
BeforeExpanding ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
BeforeSelecting ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
InitDrives ( ) : void
OnDirectorySelected ( DirectoryInfo dir ) : void

Method Details

AfterExpanding() public méthode

public AfterExpanding ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs
Résultat void

AfterSelecting() public méthode

public AfterSelecting ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs
Résultat void

BeforeExpanding() public méthode

public BeforeExpanding ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs
Résultat void

BeforeSelecting() public méthode

public BeforeSelecting ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs
Résultat void

InitDrives() public méthode

public InitDrives ( ) : void
Résultat void

OnDirectorySelected() public méthode

public OnDirectorySelected ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Résultat void

Property Details

InitDrives_Called public_oe property

public bool InitDrives_Called
Résultat bool