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