public event EventHandler<JavascriptMessageReceivedEventArgs> JavascriptMessageReceived
Public Event JavascriptMessageReceived As EventHandler(Of JavascriptMessageReceivedEventArgs)
Event Data
The event handler receives an argument of type CefSharp.JavascriptMessageReceivedEventArgs containing data related to this event. The following JavascriptMessageReceivedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Browser | |
Frame | |
Message |
Requirements
Target Platforms: Windows 10, Windows 8.1, Windows 7
See Also