Provides event arguments for when the end user invokes a key tip by typing its text.
Constructors
KeyTipInvokedEventArgs()
Initializes a new instance of the KeyTipInvokedEventArgs
class.
Properties
CanRestoreFocus
Whether to restore keyboard focus to the main focus scope after the event.
Property Value
- bool:
The default value is
false
.
Remarks
This property is only used when not transitioning to a new Target
PopScopeAction
The action to execute if the Target
TargetScope
Target key tip scope, if any, that should become active.
Property Value
- InputElement
Remarks
This property should only be filled in when a new key tip scope should be entered.
If a control such as a button processes the key tip invoke event as a click and key tip mode should be stopped,
leave this property as null
.
Inherited Members
- RoutedEventArgs.Handled
- RoutedEventArgs.RoutedEvent
- RoutedEventArgs.Route
- RoutedEventArgs.Source
-
Event
Args. Empty -
object.
Get Type() -
object.
Memberwise Clone() -
object.
To String() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()