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