KeyboardAcceleratorInvokedEventArgs.Element Proprietà

Definizione

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

Valore della proprietà

Riferimento all'oggetto associato alla scelta rapida da tastiera (o all'acceleratore).

Si applica a

Vedi anche