Edit

Share via


ChatRoomSession.ChatRoomPropertiesChanged Event

Definition

Raised when the properties of the chat room change. To catch the events, an application must register for this event before invoking BeginJoin(ChatRoomSummary, AsyncCallback, Object) on the session.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomPropertiesChangedEventArgs ^> ^ ChatRoomPropertiesChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPropertiesChangedEventArgs> ChatRoomPropertiesChanged;
member this.ChatRoomPropertiesChanged : EventHandler<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPropertiesChangedEventArgs> 
Public Custom Event ChatRoomPropertiesChanged As EventHandler(Of ChatRoomPropertiesChangedEventArgs) 

Event Type

Applies to