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

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

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnParentViewModelAttached ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

BindCommands() public method

public BindCommands ( ) : void
return void

BindMap() public method

public BindMap ( ) : void
return void

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

ItemsLayer_DataLoaded() public method

public ItemsLayer_DataLoaded ( object sender, DataLoadedEventArgs e ) : void
sender object
e DataLoadedEventArgs
return void

LookAndFeel_StyleChanged() public method

public LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

OnParentViewModelAttached() protected method

protected OnParentViewModelAttached ( ) : void
return void

QuoteMapView() public method

public QuoteMapView ( ) : System
return System

UpdateColors() public method

public UpdateColors ( ) : void
return void

UpdateOpportunities() public method

public UpdateOpportunities ( ) : void
return void

ViewModel_StageChanged() public method

public ViewModel_StageChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

mapControl_SelectionChanged() public method

public mapControl_SelectionChanged ( object sender, MapSelectionChangedEventArgs e ) : void
sender object
e MapSelectionChangedEventArgs
return void