C# Class AdvancedLauncher.SDK.UI.AbstractPageControl

Base AbstractUserControl implementation for IWindowManager page items.
Inheritance: AbstractUserControl
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Protected Properties

Свойство Type Description
IsPageActivated bool
IsPageVisible bool

Méthodes publiques

Méthode Description
AbstractPageControl ( ILanguageManager LanguageManager, IWindowManager WindowManager, IProfileManager ProfileManager ) : System.Windows

Initializes a new instance of AbstractPageControl for specified ILanguageManager, IWindowManager and IProfileManager.

OnCloseInternal ( ) : void

Internal OnClose handler

OnShowInternal ( ) : void

Internal OnShow handler

Méthodes protégées

Méthode Description
OnClose ( ) : void

Page close handler

OnProfileChanged ( object sender, BaseEventArgs e ) : void

IProfileManager.ProfileChanged event handler

OnShow ( ) : void

Page show handler

Private Methods

Méthode Description
OnProfileChangedInternal ( object sender, BaseEventArgs e ) : void

Method Details

AbstractPageControl() public méthode

Initializes a new instance of AbstractPageControl for specified ILanguageManager, IWindowManager and IProfileManager.
public AbstractPageControl ( ILanguageManager LanguageManager, IWindowManager WindowManager, IProfileManager ProfileManager ) : System.Windows
LanguageManager ILanguageManager LanguageManager API
WindowManager IWindowManager WindowManager API
ProfileManager IProfileManager ProfileManager API
Résultat System.Windows

OnClose() protected méthode

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

OnCloseInternal() public méthode

Internal OnClose handler
public OnCloseInternal ( ) : void
Résultat void

OnProfileChanged() protected abstract méthode

IProfileManager.ProfileChanged event handler
protected abstract OnProfileChanged ( object sender, BaseEventArgs e ) : void
sender object Sender
e AdvancedLauncher.SDK.Model.Events.BaseEventArgs Arguments
Résultat void

OnShow() protected méthode

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

OnShowInternal() public méthode

Internal OnShow handler
public OnShowInternal ( ) : void
Résultat void

Property Details

IsPageActivated protected_oe property

True if page was already activated
protected bool IsPageActivated
Résultat bool

IsPageVisible protected_oe property

True if page is visible
protected bool IsPageVisible
Résultat bool