IUIAutomationEventHandler class com

Exposes a method to handle Microsoft UI Automation events.

To learn more, see learn.microsoft.com/windows/win32/api/uiautomationclient/nn-uiautomationclient-iuiautomationeventhandler.

Inheritance
Implemented types

Constructors

IUIAutomationEventHandler(VTablePointer ptr)
Creates a new instance of IUIAutomationEventHandler from a VTablePointer.

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr VTablePointer
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count of this COM object.
inherited
handleAutomationEvent(IUIAutomationElement? sender, UIA_EVENT_ID eventId) → void
Handles a Microsoft UI Automation event.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface<T extends IUnknown>() → T
Queries this COM object for a specific interface defined by the type parameter T.
inherited
release() int
Decrements the reference count of this COM object.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited