Click or drag to resize

PropertyChangedMessageT Class

Defines a message that can be used to inform about a changed property value.
Inheritance Hierarchy
SystemObject
  Enkoni.Framework.UI.MvvmMessage
    Enkoni.Framework.UI.MvvmPropertyChangedMessageT

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
[SerializableAttribute]
public class PropertyChangedMessage<T> : Message, 
	IPropertyChangedMessage, IMessage

Type Parameters

T
The type of the property that changed.

The PropertyChangedMessageT type exposes the following members.

Constructors
  NameDescription
Public methodPropertyChangedMessageT(String, T, T)
Initializes a new instance of the PropertyChangedMessageT class.
Public methodPropertyChangedMessageT(Object, String, T, T)
Initializes a new instance of the PropertyChangedMessageT class.
Top
Properties
  NameDescription
Public propertyNewValue
Gets or sets the new value.
Public propertyOldValue
Gets or sets the old value.
Public propertyPropertyName
Gets or sets the name of the property.
Public propertySender
Gets or sets the message's sender.
(Inherited from Message.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWindow
Searches for the Window that owns the sender.
(Inherited from Message.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also