C# Class PassFruit.Ui.Wp.Controls.SettingsItem

Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Show file Open project: bettiolo/PassFruit

Public Properties

Property Type Description
DescriptionProperty System.Windows.DependencyProperty
PageUrlProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Public Methods

Method Description
SettingsItem ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
OnDescriptionPropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPageUrlPropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTitlePropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UserControl_Tap ( object sender, System e ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

SettingsItem() public method

public SettingsItem ( ) : System
return System

Property Details

DescriptionProperty public static property

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

PageUrlProperty public static property

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

TitleProperty public static property

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