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