RoomPropertyChangedEventArgs members
Encapsulates the event data of the Room.PropertyChanged event and provides the new value of the changed property.
The RoomPropertyChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RoomPropertyChangedEventArgs |
Top
Properties
Name | Description | |
---|---|---|
Property | Gets the room property type whose value has changed. | |
Value | Gets the property value who has changed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top