UIElement.ManipulationStartedEvent Eigenschaft

Definition

Ruft den Bezeichner für das Routingereignis ManipulationStarted ab.

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

Eigenschaftswert

Der Bezeichner für das ManipulationStarted-Routingereignis .

Gilt für:

Weitere Informationen