UIElement.ManipulationCompletedEvent プロパティ

定義

ManipulationCompleted ルーティング イベントの識別子を取得します。

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

プロパティ値

ManipulationCompleted ルーティング イベントの識別子。

適用対象

こちらもご覧ください