C# Class AdvancedLauncher.SDK.UI.PageContainer

ControlContainer implementation for Management.IWindowManager's pages.
Inheritance: ControlContainer
显示文件 Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method 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 method

Page close handler
public OnClose ( ) : void
return void

OnShow() public method

Page show handler
public OnShow ( ) : void
return void

PageContainer() public method

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