Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 670 Bytes

File metadata and controls

20 lines (13 loc) · 670 Bytes

MessageReceivedEventArgs class

Event args for the MessageReceived event.

public sealed class MessageReceivedEventArgs : EventArgs

Public Members

name description
Data { get; } Gets the additional data that was sent along with the message.
Message { get; } Gets the message that was sent from the web view.

See Also