ChatRoomSession.ChatMessageReceived 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 a chat message is received. For best results, register for this event before invoking BeginJoin(ChatRoomSummary, AsyncCallback, Object) on the session.
public:
event EventHandler<Microsoft::Rtc::Collaboration::PersistentChat::ChatMessageReceivedEventArgs ^> ^ ChatMessageReceived;
public event EventHandler<Microsoft.Rtc.Collaboration.PersistentChat.ChatMessageReceivedEventArgs> ChatMessageReceived;
member this.ChatMessageReceived : EventHandler<Microsoft.Rtc.Collaboration.PersistentChat.ChatMessageReceivedEventArgs>
Public Custom Event ChatMessageReceived As EventHandler(Of ChatMessageReceivedEventArgs)