Click or drag to resize

INotifyPropertiesChanged interface

Exports the "PropertiesChanged" event and the "PropertiesChangedEventHandler" type. The "PropertiesChanged" event can be subscribed to by LogicalNodeViewmodel. This receives a string list via the transferred PropertiesChangedEventArgs with property name and can in turn inform the UI via INotifyProperyChanged.

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public interface INotifyPropertiesChanged

The INotifyPropertiesChanged Type exposes the following members.

Events
 NameDescription of the
Public EventPropertiesChanged This event can be subscribed to by LogicalNodeViewmodel. This receives a string list via the transferred PropertiesChangedEventArgs with property name and can in turn inform the UI via INotifyProperyChanged.
Back to the top
See also