ChatRoomSession.ChatRoomPropertiesChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)