KeyboardAcceleratorInvokedEventArgs.Element Property
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.
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).