ChatRoomPropertiesChangedEventArgs.NewChatRoomProperties Property

Definition

Gets the new chat room properties.

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

Property Value

The new chat room properties, keyed on the name of the property

Applies to