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

Afficher le fichier Open project: sethjuarez/DevAV Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
InitializeComponent ( ) : void

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

Method Details

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

LoadDocument() public méthode

public LoadDocument ( Product product ) : void
product Product
Résultat void

LookAndFeel_StyleChanged() public méthode

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

OnDelayedUIUpdate() protected méthode

protected OnDelayedUIUpdate ( ) : void
Résultat void

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OnInitServices() protected méthode

protected OnInitServices ( Mvvm serviceContainer ) : void
serviceContainer Mvvm
Résultat void

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void

ProductView() public méthode

public ProductView ( ) : System
Résultat System

RaiseZoomLevelChanged() public méthode

public RaiseZoomLevelChanged ( ) : void
Résultat void

UpdateDocument() public méthode

public UpdateDocument ( Product product ) : void
product Product
Résultat void

UpdateUI() public méthode

public UpdateUI ( Product product ) : void
product Product
Résultat void

ViewModel_EntityChanged() public méthode

public ViewModel_EntityChanged ( object sender, System e ) : void
sender object
e System
Résultat void

pdfViewer_ZoomChanged() public méthode

public pdfViewer_ZoomChanged ( object sender, XtraPdfViewer e ) : void
sender object
e XtraPdfViewer
Résultat void