Click or drag to resize

AccessibilityHandlerOnAccessibilityLocationChange Method

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

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

Parameters

value
Type: CefSharpIValue
Updated location info.
See Also