SynchronizedInputPatternIdentifiers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |