C# Class PhotoLibaryToolkit.RenamePreview

Afficher le fichier Open project: anton-iermolenko/Photo-library-toolkit

Méthodes publiques

Méthode Description
RenamePreview ( PhotoLibraryMap dataSource ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

chkHideNonRenaming_CheckedChanged ( object sender, EventArgs e ) : void
dgwRenaming_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

RenamePreview() public méthode

public RenamePreview ( PhotoLibraryMap dataSource ) : System
dataSource PhotoLibraryMap
Résultat System