UIElement.ManipulationStartedEvent プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください