JavascriptMessageReceivedEventArgs Constructor |
Version 130.1.90
Constructor.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public JavascriptMessageReceivedEventArgs(
IBrowser browser,
IFrame frame,
Object message
)
public:
JavascriptMessageReceivedEventArgs(
IBrowser^ browser,
IFrame^ frame,
Object^ message
)
Parameters
- browser IBrowser
- The browser that hosts the IFrame
- frame IFrame
- The frame that called CefSharp.PostMessage in Javascript.
- message Object
- Message can be a primative type or a simple object that represents a copy of the data sent from the
browser.
See Also