Click or drag to resize

AccessibilityHandlerOnAccessibilityLocationChange Method

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

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

Parameters

value  IValue
Updated location info.
See Also