Click or drag to resize

IAccessibilityHandler Interface

Version 75.1.140
Implement this interface to receive accessibility notification when accessibility events have been registered. It's important to note that the methods of this interface are called on a CEF UI thread, which by default is not the same as your application UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public interface IAccessibilityHandler

The IAccessibilityHandler type exposes the following members.

Methods
  NameDescription
Public methodOnAccessibilityLocationChange
Called after renderer process sends accessibility location changes to the browser process.
Public methodOnAccessibilityTreeChange
Called after renderer process sends accessibility tree changes to the browser process.
Top
See Also