UIElement.OnManipulationStarted(ManipulationStartedEventArgs) メソッド

定義

ManipulationStarted イベントが発生すると呼び出されます。

protected:
 virtual void OnManipulationStarted(System::Windows::Input::ManipulationStartedEventArgs ^ e);
protected virtual void OnManipulationStarted (System.Windows.Input.ManipulationStartedEventArgs e);
abstract member OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
override this.OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
Protected Overridable Sub OnManipulationStarted (e As ManipulationStartedEventArgs)

パラメーター

e
ManipulationStartedEventArgs

イベントのデータ。

注釈

メソッドには既定の OnManipulationStarted 実装はありません。 イベントを処理するには、派生クラスで をManipulationStartedオーバーライドしますOnManipulationStarted。 基底クラスがイベントを OnManipulationStarted 受け取るように、必ず基底クラスの メソッドを呼び出してください。

適用対象