UIElement.PointerPressedEvent Proprietà

Definizione

Ottiene l'identificatore per l'evento indirizzato PointerPressed .

public:
 static property RoutedEvent ^ PointerPressedEvent { RoutedEvent ^ get(); };
static RoutedEvent PointerPressedEvent();
public static RoutedEvent PointerPressedEvent { get; }
var routedEvent = UIElement.pointerPressedEvent;
Public Shared ReadOnly Property PointerPressedEvent As RoutedEvent

Valore della proprietà

Identificatore dell'evento indirizzato PointerPressed .

Si applica a

Vedi anche