AutomationPeer.ListenerExists Method
Gets a value that indicates whether UI Automation is listening for the specified event.
Namespace: System.Windows.Automation.Peers
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- eventId
- Type: System.Windows.Automation.Peers.AutomationEvents
One of the enumeration values.
Return Value
Type: System.BooleanA boolean that indicates whether UI Automation is listening for the event.
Typically, you call this method before creating the AutomationPeer that raises the event. This method is a performance measure because if UI Automation does not listen for the event, it does not make sense to create a peer to raise one.
Note |
|---|
This method is static and only answers if a delegate listens for the specified event in UI Automation, not for an event on a specific element. UI Automation can create broadcast listeners; therefore the per-element information is irrelevant. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note