INotify Interface |
Namespace: Xcalibur.Extensions.MVVM.Interfaces
The INotify type exposes the following members.
Name | Description | |
---|---|---|
NotifyOfChangeT(ExpressionFuncT, T, T, Action) |
Notifies the of change.
| |
NotifyOfChangeT(String, T, T, Action) |
Notifies the of change.
| |
NotifyOfChangeT(T, T, String, Action) |
Notifies the of change.
| |
UpdateProperty(String, Action) |
Updates the property.
| |
UpdatePropertyT(ExpressionFuncT, Action) |
Updates the property.
|
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |