C# Class TrakHound_Dashboard.Pages.Options.API.Page

Interaction logic for Page.xaml
Inheritance: System.Windows.Controls.UserControl, IPage
ファイルを表示 Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
CurrentAuthenticationHostProperty System.Windows.DependencyProperty
CurrentDataHostProperty System.Windows.DependencyProperty

Public Methods

Method Description
Closed ( ) : void
Closing ( ) : bool
GetSentData ( EventData data ) : void
Opened ( ) : void
Opening ( ) : bool
Page ( ) : System
SetZoom ( double zoomPercentage ) : void

Private Methods

Method Description
Local_Clicked ( TrakHound_UI bt ) : void
TrakHoundCloud_Clicked ( TrakHound_UI bt ) : void

Method Details

Closed() public method

public Closed ( ) : void
return void

Closing() public method

public Closing ( ) : bool
return bool

GetSentData() public method

public GetSentData ( EventData data ) : void
data TrakHound.EventData
return void

Opened() public method

public Opened ( ) : void
return void

Opening() public method

public Opening ( ) : bool
return bool

Page() public method

public Page ( ) : System
return System

SetZoom() public method

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
return void

Property Details

CurrentAuthenticationHostProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentAuthenticationHostProperty
return System.Windows.DependencyProperty

CurrentDataHostProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentDataHostProperty
return System.Windows.DependencyProperty