IAccessibilityHandlerOnAccessibilityTreeChange Method  | 
Version 106.0.290 
            Called after renderer process sends accessibility tree changes to the browser process.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid OnAccessibilityTreeChange(
	IValue value
)
void OnAccessibilityTreeChange(
	IValue^ value
)
Parameters
- value
 - Type: CefSharpIValue
Updated tree info. 
See Also