C# Class Te.StahpIt.Views.Dashboard

Interaction logic for Dashboard.xaml
Inheritance: BaseView
ファイルを表示 Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Public Methods

Method Description
Dashboard ( DashboardViewModel viewModel ) : MahApps.Metro.Controls

Constructs a new Dashboard view.

Private Methods

Method Description
OnBtnFilterToggleClicked ( object sender, System e ) : void
OnExitClicked ( object sender, System e ) : void

Method Details

Dashboard() public method

Constructs a new Dashboard view.
/// In the event that the supplied view model is null, will throw ArgumentException. ///
public Dashboard ( DashboardViewModel viewModel ) : MahApps.Metro.Controls
viewModel Te.StahpIt.ViewModels.DashboardViewModel /// The view model to supply to the view's data context for binding's sake. ///
return MahApps.Metro.Controls