C# Class DevExpress.OutlookInspiredApp.Win.Modules.DashboardsPane

Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
BindCommands void
InitializeComponent void
UpdateCompactLayout void

Public Methods

Method Description
DashboardsPane ( DashboardsViewModel viewModel ) : System

Protected Methods

Method Description
CreatePresenter ( ) : DashboardsPanePresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnParentViewModelAttached ( ) : void

Private Methods

Method Description
BindCommands ( ) : void
InitializeComponent ( ) : void

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

UpdateCompactLayout ( ) : void

Method Details

CreatePresenter() protected method

protected CreatePresenter ( ) : DashboardsPanePresenter
return DashboardsPanePresenter

DashboardsPane() public method

public DashboardsPane ( DashboardsViewModel viewModel ) : System
viewModel DashboardsViewModel
return System

Dispose() protected method

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

OnParentViewModelAttached() protected method

protected OnParentViewModelAttached ( ) : void
return void