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