NoFocusCandidateFoundEventArgs
NoFocusCandidateFoundEventArgs
NoFocusCandidateFoundEventArgs
NoFocusCandidateFoundEventArgs
Class
Definition
Provides data for the NoFocusCandidateFound, event.
public : sealed class NoFocusCandidateFoundEventArgs : RoutedEventArgs, INoFocusCandidateFoundEventArgspublic sealed class NoFocusCandidateFoundEventArgs : RoutedEventArgs, INoFocusCandidateFoundEventArgsPublic NotInheritable Class NoFocusCandidateFoundEventArgs Inherits RoutedEventArgs Implements INoFocusCandidateFoundEventArgs// This API is not available in Javascript.
- Inheritance
-
NoFocusCandidateFoundEventArgsNoFocusCandidateFoundEventArgsNoFocusCandidateFoundEventArgsNoFocusCandidateFoundEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Inherited Members
Inherited properties
Properties
Direction Direction Direction Direction
Gets the direction that focus moved from element to element within the app UI.
public : FocusNavigationDirection Direction { get; }public FocusNavigationDirection Direction { get; }Public ReadOnly Property Direction As FocusNavigationDirection// This API is not available in Javascript.
- Value
- FocusNavigationDirection FocusNavigationDirection FocusNavigationDirection FocusNavigationDirection
The direction of focus movement.
Handled Handled Handled Handled
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.
public : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.
- See Also
InputDevice InputDevice InputDevice InputDevice
Gets the input device type from which input events are received.
public : FocusInputDeviceKind InputDevice { get; }public FocusInputDeviceKind InputDevice { get; }Public ReadOnly Property InputDevice As FocusInputDeviceKind// This API is not available in Javascript.
The input device type.