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

Inheritance: BaseModuleControl, IRibbonModule
Afficher le fichier Open project: sethjuarez/DevAV

Méthodes publiques

Méthode Description
DashboardsEditView ( ) : System

Méthodes protégées

Méthode Description
CreatePresenter ( ) : DashboardEditViewPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnParentViewModelAttached ( ) : void

Private Methods

Méthode 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 méthode

protected CreatePresenter ( ) : DashboardEditViewPresenter
Résultat DevExpress.OutlookInspiredApp.Win.Presenters.DashboardEditViewPresenter

DashboardsEditView() public méthode

public DashboardsEditView ( ) : System
Résultat System

Dispose() protected méthode

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

OnParentViewModelAttached() protected méthode

protected OnParentViewModelAttached ( ) : void
Résultat void