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