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

Exibir arquivo Open project: sethjuarez/DevAV Class Usage Examples

Public Methods

Method Description
LoadDocument ( Product product ) : void
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
ProductView ( ) : System
RaiseZoomLevelChanged ( ) : void
UpdateDocument ( Product product ) : void
UpdateUI ( Product product ) : void
ViewModel_EntityChanged ( object sender, System e ) : void
pdfViewer_ZoomChanged ( object sender, XtraPdfViewer e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDelayedUIUpdate ( ) : void
OnDisposing ( ) : void
OnInitServices ( Mvvm serviceContainer ) : void
OnLoad ( System e ) : 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

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

LoadDocument() public method

public LoadDocument ( Product product ) : void
product Product
return void

LookAndFeel_StyleChanged() public method

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

OnDelayedUIUpdate() protected method

protected OnDelayedUIUpdate ( ) : void
return void

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

OnInitServices() protected method

protected OnInitServices ( Mvvm serviceContainer ) : void
serviceContainer Mvvm
return void

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

ProductView() public method

public ProductView ( ) : System
return System

RaiseZoomLevelChanged() public method

public RaiseZoomLevelChanged ( ) : void
return void

UpdateDocument() public method

public UpdateDocument ( Product product ) : void
product Product
return void

UpdateUI() public method

public UpdateUI ( Product product ) : void
product Product
return void

ViewModel_EntityChanged() public method

public ViewModel_EntityChanged ( object sender, System e ) : void
sender object
e System
return void

pdfViewer_ZoomChanged() public method

public pdfViewer_ZoomChanged ( object sender, XtraPdfViewer e ) : void
sender object
e XtraPdfViewer
return void