ConversationContextChannel.DataReceived 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 data is received from the remote endpoint.
public:
event EventHandler<Microsoft::Rtc::Collaboration::ConversationContextChannelDataReceivedEventArgs ^> ^ DataReceived;
public event EventHandler<Microsoft.Rtc.Collaboration.ConversationContextChannelDataReceivedEventArgs> DataReceived;
member this.DataReceived : EventHandler<Microsoft.Rtc.Collaboration.ConversationContextChannelDataReceivedEventArgs>
Public Custom Event DataReceived As EventHandler(Of ConversationContextChannelDataReceivedEventArgs)