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

Inheritance: BaseModuleControl, IRibbonModule
Exibir arquivo Open project: sethjuarez/DevAV

Public Methods

Method Description
DashboardsEdit ( ) : System

Protected Methods

Method Description
CreatePresenter ( ) : DashboardsEditPresenter
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.

Method Details

CreatePresenter() protected method

protected CreatePresenter ( ) : DashboardsEditPresenter
return DashboardsEditPresenter

DashboardsEdit() public method

public DashboardsEdit ( ) : System
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