AccessibilityClientLoadComplete Event | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<LoadCompleteEventArgs> LoadComplete
public:
 event EventHandler<LoadCompleteEventArgs^>^ LoadComplete {
	void add (EventHandler<LoadCompleteEventArgs^>^ value);
	void remove (EventHandler<LoadCompleteEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerLoadCompleteEventArgs
See Also