Click or drag to resize

AccessibilityHandlerOnAccessibilityLocationChange Method

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

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

Parameters

value
Type: CefSharpIValue
Updated location info.
See Also