C# Class AdvancedLauncher.SDK.UI.PageContainer

ControlContainer implementation for Management.IWindowManager's pages.
Inheritance: ControlContainer
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Méthode Description
OnClose ( ) : void

Page close handler

OnShow ( ) : void

Page show handler

PageContainer ( Control Control ) : System.Windows.Controls

Initializes a new instance of PageContainer for specified Control.

Method Details

OnClose() public méthode

Page close handler
public OnClose ( ) : void
Résultat void

OnShow() public méthode

Page show handler
public OnShow ( ) : void
Résultat void

PageContainer() public méthode

Initializes a new instance of PageContainer for specified Control.
public PageContainer ( Control Control ) : System.Windows.Controls
Control System.Windows.Controls.Control Control
Résultat System.Windows.Controls