C# Class TrakHound_Dashboard.Controls.PageManager

Interaction logic for PageManager.xaml
Inheritance: System.Windows.Controls.UserControl, IPage
Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Свойство Type Description
PageContentProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
AddPage ( IPage page ) : void
Closed ( ) : void
Closing ( ) : bool
GetSentData ( EventData data ) : void
Opened ( ) : void
Opening ( ) : bool
PageManager ( ) : System
RemovePage ( IPage page ) : void
SetZoom ( double zoomPercentage ) : void

Private Methods

Méthode Description
ListButton_Selected ( ListButton LB ) : void
pagemanager_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

AddPage() public méthode

public AddPage ( IPage page ) : void
page IPage
Résultat void

Closed() public méthode

public Closed ( ) : void
Résultat void

Closing() public méthode

public Closing ( ) : bool
Résultat bool

GetSentData() public méthode

public GetSentData ( EventData data ) : void
data TrakHound.EventData
Résultat void

Opened() public méthode

public Opened ( ) : void
Résultat void

Opening() public méthode

public Opening ( ) : bool
Résultat bool

PageManager() public méthode

public PageManager ( ) : System
Résultat System

RemovePage() public méthode

public RemovePage ( IPage page ) : void
page IPage
Résultat void

SetZoom() public méthode

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
Résultat void

Property Details

PageContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows PageContentProperty
Résultat System.Windows.DependencyProperty