Click or drag to resize

AccessibilityHandlerOnAccessibilityLocationChange Method

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

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

Parameters

value
Type: CefSharpIValue
Updated location info.
See Also