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 没有默认实现。 在派生类中重写 OnManipulationStarted 以处理 ManipulationStarted 事件。 请务必调用 OnManipulationStarted 基类的 方法,以便基类接收 事件。

适用于