IUIAutomation6::CreateEventHandlerGroup method (uiautomationclient.h)
Registers one or more event listeners in a single method call.
Important
Microsoft UI Automation clients should use the handler group methods to register event listeners instead of individual event registration methods defined in the various IUIAutomation interface.
Syntax
HRESULT CreateEventHandlerGroup(
[out] IUIAutomationEventHandlerGroup **handlerGroup
);
Parameters
[out] handlerGroup
A collection of UI Automation event listeners.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Before implementing an event handler, you should be familiar with the threading issues described in Understanding Threading Issues.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 [desktop apps only] |
Minimum supported server | Windows Server, version 1709 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |
See also
AddEventHandlerGroup, IUIAutomation6 interface, IUIAutomation6::RemoveEventHandlerGroup