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

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

Private Properties

Свойство Type Description
InitializeComponent void

Méthodes publiques

Méthode Description
BindCommands ( ) : void
BindMap ( ) : void
ItemsLayer_DataLoaded ( object sender, DataLoadedEventArgs e ) : void
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
QuoteMapView ( ) : System
UpdateColors ( ) : void
UpdateOpportunities ( ) : void
ViewModel_StageChanged ( object sender, EventArgs e ) : void
mapControl_SelectionChanged ( object sender, MapSelectionChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnParentViewModelAttached ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

BindCommands() public méthode

public BindCommands ( ) : void
Résultat void

BindMap() public méthode

public BindMap ( ) : void
Résultat void

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

ItemsLayer_DataLoaded() public méthode

public ItemsLayer_DataLoaded ( object sender, DataLoadedEventArgs e ) : void
sender object
e DataLoadedEventArgs
Résultat void

LookAndFeel_StyleChanged() public méthode

public LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OnParentViewModelAttached() protected méthode

protected OnParentViewModelAttached ( ) : void
Résultat void

QuoteMapView() public méthode

public QuoteMapView ( ) : System
Résultat System

UpdateColors() public méthode

public UpdateColors ( ) : void
Résultat void

UpdateOpportunities() public méthode

public UpdateOpportunities ( ) : void
Résultat void

ViewModel_StageChanged() public méthode

public ViewModel_StageChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

mapControl_SelectionChanged() public méthode

public mapControl_SelectionChanged ( object sender, MapSelectionChangedEventArgs e ) : void
sender object
e MapSelectionChangedEventArgs
Résultat void