Share via


IProxyProviderWinEventSink Interface

Exposes methods used by proxy providers to raise events.

IProxyProviderWinEventSink Members

AddAutomationEvent Raises a Microsoft UI Automation event.
AddAutomationPropertyChangedEvent Raises a property-changed event.
AddStructureChangedEvent Raises a structure-changed event.

Remarks

The IProxyProviderWinEventSink interface is provided by UIAutomationCore.dll when the framework calls the IProxyProviderWinEventHandler::RespondToWinEvent method. The framework stores the events added to the IProxyProviderWinEventSink object. When IProxyProviderWinEventHandler::RespondToWinEvent returns, the framework passes the events back to the client side, where the UI Automation events are actually fired.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows 7