C# Class MirrorSUPINFO.SDK.ModulePage

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: veler/MirrorSUPINFO

Public Properties

Property Type Description
ArgumentsProperty Windows.UI.Xaml.DependencyProperty
IsActiveProperty Windows.UI.Xaml.DependencyProperty
ToolsProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
ModulePage ( ITools tools, object arguments ) : System

Private Methods

Method Description
ApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void
IsActivePropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

ModulePage() public method

public ModulePage ( ITools tools, object arguments ) : System
tools ITools
arguments object
return System

Property Details

ArgumentsProperty public static property

public static DependencyProperty,Windows.UI.Xaml ArgumentsProperty
return Windows.UI.Xaml.DependencyProperty

IsActiveProperty public static property

public static DependencyProperty,Windows.UI.Xaml IsActiveProperty
return Windows.UI.Xaml.DependencyProperty

ToolsProperty public static property

public static DependencyProperty,Windows.UI.Xaml ToolsProperty
return Windows.UI.Xaml.DependencyProperty