Compartir a través de


KeyboardAcceleratorInvokedEventArgs.Element Propiedad

Definición

public:
 property DependencyObject ^ Element { DependencyObject ^ get(); };
DependencyObject Element();
public DependencyObject Element { get; }
var dependencyObject = keyboardAcceleratorInvokedEventArgs.element;
Public ReadOnly Property Element As DependencyObject

Valor de propiedad

Referencia al objeto asociado al método abreviado de teclado (o acelerador).

Se aplica a

Consulte también