UIElement.OnManipulationStarted(ManipulationStartedEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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)
参数
事件的数据。
注解
方法 OnManipulationStarted 没有默认实现。 在派生类中重写 OnManipulationStarted 以处理 ManipulationStarted 事件。 请务必调用 OnManipulationStarted 基类的 方法,以便基类接收 事件。