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