BindableBase Class |
Namespace: Demo3D.Common
public class BindableBase : GlobalizedProperties
The BindableBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BindableBase | Initializes a new instance of the BindableBase class |
| Name | Description | |
|---|---|---|
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
| |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
| |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
| |
| SetINotifyPropertyChangedPropertyT |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
| |
| SetPropertyT(T, T, PropertyChangedEventArgs) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
| |
| SetPropertyT(T, T, String) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
|