Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeyboardAcceleratorInvokedEventArgs.Element Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Input
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.
Gets the object associated with the keyboard shortcut (or accelerator).
public:
property DependencyObject ^ Element { DependencyObject ^ get(); };
DependencyObject Element();
public DependencyObject Element { get; }
var dependencyObject = keyboardAcceleratorInvokedEventArgs.element;
Public ReadOnly Property Element As DependencyObject
Property Value
A reference to the object associated with the keyboard shortcut (or accelerator).
Applies to
See also
Feedback
Was this page helpful?
