Raised when the properties of the chat room change. For best results, register for this event before invoking BeginJoin(ChatRoomSummary, AsyncCallback, Object) on the session.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event ChatRoomPropertiesChanged As EventHandler( Of ChatRoomPropertiesChangedEventArgs) |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomSession Dim handler As EventHandler( Of ChatRoomPropertiesChangedEventArgs) AddHandler instance. ChatRoomPropertiesChanged, handler |
C# |
---|
public event EventHandler< ChatRoomPropertiesChangedEventArgs> ChatRoomPropertiesChanged |