C# Class BetterExplorer.UndoCloseGalleryItem

Interaction logic for UndoCloseGalleryItem.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
nav BetterExplorer.NavigationLog

Public Methods

Method Description
LoadData ( BetterExplorer.NavigationLog log ) : void
PerformClickEvent ( ) : void
UndoCloseGalleryItem ( ) : System.Windows.Controls

Protected Methods

Method Description
OnClick ( NavigationLogEventArgs e ) : void

Private Methods

Method Description
UserControl_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

LoadData() public method

public LoadData ( BetterExplorer.NavigationLog log ) : void
log BetterExplorer.NavigationLog
return void

OnClick() protected method

protected OnClick ( NavigationLogEventArgs e ) : void
e NavigationLogEventArgs
return void

PerformClickEvent() public method

public PerformClickEvent ( ) : void
return void

UndoCloseGalleryItem() public method

public UndoCloseGalleryItem ( ) : System.Windows.Controls
return System.Windows.Controls

Property Details

nav public_oe property

public NavigationLog,BetterExplorer nav
return BetterExplorer.NavigationLog