WebViewWebMessageReceivedEventArgs¶
Summary¶
Provides data for the WebView control WebMessageReceived event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Message { get; } | The message that was received. |
Source { get; } | Gets the URI of the document that sent this web message. |
WebView { get; } | WebView Control. |
See Also¶
Last update: March 23, 2023