C# Class Gearset.Components.GearConfig

Inheritance: INotifyPropertyChanged
Mostra file Open project: juancampa/Gearset Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GearConfig ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( String propertyName ) : void

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

Method Details

GearConfig() public method

public GearConfig ( ) : System
return System

OnPropertyChanged() protected method

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