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