SynchronizedInputPatternIdentifiers Class

Definition

Contains values used as identifiers by ISynchronizedInputProvider.

public ref class SynchronizedInputPatternIdentifiers abstract sealed
public static class SynchronizedInputPatternIdentifiers
type SynchronizedInputPatternIdentifiers = class
Public Class SynchronizedInputPatternIdentifiers
Inheritance
SynchronizedInputPatternIdentifiers

Remarks

These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in SynchronizedInputPattern.

Fields

InputDiscardedEvent

Identifies the event raised when the input was discarded by WPF.

InputReachedOtherElementEvent

Identifies the event raised when the input was received by an element other than the one currently listening for the input.

InputReachedTargetEvent

Identifies the event raised when the input was received by the element currently listening for the input.

Pattern

Identifies the SynchronizedInputPattern control pattern.

Applies to

See also