C# Class Gearset.Components.GearConfig

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: juancampa/Gearset Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GearConfig ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( String propertyName ) : void

Call this method when a data-bound property changes so the UI gets notified.

Method Details

GearConfig() public méthode

public GearConfig ( ) : System
Résultat System

OnPropertyChanged() protected méthode

Call this method when a data-bound property changes so the UI gets notified.
protected OnPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void