ChatRoomPropertiesChangedEventArgs.OldChatRoomProperties Property

Definition

Gets the old chat room properties.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ OldChatRoomProperties { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> OldChatRoomProperties { get; }
member this.OldChatRoomProperties : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property OldChatRoomProperties As Dictionary(Of String, Object)

Property Value

The old chat room properties, keyed on the name of the property.

Applies to