Click or drag to resize

PropertiesChangedEventArgs class

EventArgs for the "PropertiesChanged" event from "INotifyPropertiesChanged". 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.
Inheritance hierarchy
SystemObject
  SystemEventArgs
    NetEti.MVVMiniPropertiesChangedEventArgs

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public class PropertiesChangedEventArgs : EventArgs

The PropertiesChangedEventArgs Type exposes the following members.

Constructors
 NameDescription of the
Public MethodPropertiesChangedEventArgs Constructor - accepts a string list with property names.
Back to the top
Properties
 NameDescription of the
Public PropertyProperties A string list with property names for the "PropertiesChanged" event from "INotifyPropertiesChanged".
Back to the top
See also