Click or drag to resize

AccessibilityClientLoadComplete Event

Version 100.0.140
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: 100.0.140.0 (100.0.140.0)
Syntax
public event EventHandler<LoadCompleteEventArgs> LoadComplete

Value

Type: SystemEventHandlerLoadCompleteEventArgs
See Also