Click or drag to resize

IPropertyChangedMessage Properties

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
See Also