Click or drag to resize

AccessibilityClientLoadComplete Event

Version 103.0.120
The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.

Namespace:  CefSharp.DevTools.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public event EventHandler<LoadCompleteEventArgs> LoadComplete

Value

Type: SystemEventHandlerLoadCompleteEventArgs
See Also