Click or drag to resize

AccessibilityHandlerOnAccessibilityLocationChange Method

Version 103.0.120
Called after renderer process sends accessibility location changes to the browser process.

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
protected virtual void OnAccessibilityLocationChange(
	IValue value
)

Parameters

value
Type: CefSharpIValue
Updated location info.
See Also