Click or drag to resize

AccessibilityHandlerOnAccessibilityTreeChange Method

Version 103.0.120
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: 103.0.120.0 (103.0.120.0)
Syntax
protected virtual void OnAccessibilityTreeChange(
	IValue value
)

Parameters

value
Type: CefSharpIValue
Updated tree info.
See Also