Click or drag to resize

IPropertyChangedMessage Interface

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public interface IPropertyChangedMessage : IMessage

The IPropertyChangedMessage type exposes the following members.

Properties
  NameDescription
Public propertyNewValue
Gets the new value of the property.
Public propertyOldValue
Gets the old value of the property.
Public propertyPropertyName
Gets the name of the property whose value changed.
Public propertySender
Gets the message's sender.
(Inherited from IMessage.)
Top
Methods
  NameDescription
Public methodGetWindow
Searches for the owner window of the message sender.
(Inherited from IMessage.)
Top
See Also