C# Class BetterExplorer.UndoCloseGalleryItem

Interaction logic for UndoCloseGalleryItem.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
nav BetterExplorer.NavigationLog

Méthodes publiques

Méthode Description
LoadData ( BetterExplorer.NavigationLog log ) : void
PerformClickEvent ( ) : void
UndoCloseGalleryItem ( ) : System.Windows.Controls

Méthodes protégées

Méthode Description
OnClick ( NavigationLogEventArgs e ) : void

Private Methods

Méthode Description
UserControl_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

LoadData() public méthode

public LoadData ( BetterExplorer.NavigationLog log ) : void
log BetterExplorer.NavigationLog
Résultat void

OnClick() protected méthode

protected OnClick ( NavigationLogEventArgs e ) : void
e NavigationLogEventArgs
Résultat void

PerformClickEvent() public méthode

public PerformClickEvent ( ) : void
Résultat void

UndoCloseGalleryItem() public méthode

public UndoCloseGalleryItem ( ) : System.Windows.Controls
Résultat System.Windows.Controls

Property Details

nav public_oe property

public NavigationLog,BetterExplorer nav
Résultat BetterExplorer.NavigationLog