UIElement.ManipulationStartingEvent プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください