UIElement.ManipulationCompletedEvent Eigenschaft

Definition

Ruft den Bezeichner für das Routingereignis ManipulationCompleted ab.

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

Eigenschaftswert

Der Bezeichner für das ManipulationCompleted-Routingereignis .

Gilt für:

Weitere Informationen