Click or drag to resize

INotify Interface

Notification interface.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface INotify : INotifyPropertyChanged

The INotify type exposes the following members.

Methods
  NameDescription
Public methodNotifyOfChangeT(ExpressionFuncT, T, T, Action)
Notifies the of change.
Public methodNotifyOfChangeT(String, T, T, Action)
Notifies the of change.
Public methodNotifyOfChangeT(T, T, String, Action)
Notifies the of change.
Public methodUpdateProperty(String, Action)
Updates the property.
Public methodUpdatePropertyT(ExpressionFuncT, Action)
Updates the property.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also