Expand Minimize
This topic has not yet been rated - Rate this topic

AutomationPeer.ListenerExists method

Gets a value that indicates whether Microsoft UI Automation reports that a client is listening for the specified event.

Syntax


public static bool ListenerExists(
  AutomationEvents eventId
)

Parameters

eventId

Type: AutomationEvents

One of the enumeration values.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if UI Automation reports a client is listening for the specified event; otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation.Peers
Windows::UI::Xaml::Automation::Peers [C++]

Metadata

Windows.winmd

See also

AutomationPeer

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.