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