IAccessibilityHandlerOnAccessibilityTreeChange Method |
Version 130.1.90
Called after renderer process sends accessibility tree changes to the browser process.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnAccessibilityTreeChange(
IValue value
)
void OnAccessibilityTreeChange(
IValue^ value
)
Parameters
- value IValue
- Updated tree info.
See Also