Managed Windows API
AccessibleEventListener Class
NamespacesManagedWinapi.AccessibilityAccessibleEventListener
Listens to events from the Windows accessibility system. These events are useful if you want to write a screenreader or similar program.
Declaration Syntax
C#
public class AccessibleEventListener : Component
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
AccessibleEventListener(IContainer)
Initializes a new instance of this class with the specified container.

AccessibleEventListener()()()
Initializes a new instance of this class.

Dispose(Boolean)
Releases all resources used by the System.ComponentModel.Component.
(Overrides Component.Dispose(Boolean).)
Enabled
Enables this listener so that it reports accessible events.

EventOccurred
Occurs when an accessible event is received.

MaximalEventType
The maximal event type to listen to.

MinimalEventType
The minimal event type to listen to.

ProcessId
The Process ID to listen to. Default 0 listens to all processes.

ThreadId
The Thread ID to listen to. Default 0 listens to all threads.

Inheritance Hierarchy
Object
MarshalByRefObject
 Component
  AccessibleEventListener

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)