ManipulationStartingEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 ManipulationStarting 事件提供数据。
public ref class ManipulationStartingEventArgs sealed : System::Windows::Input::InputEventArgs
public sealed class ManipulationStartingEventArgs : System.Windows.Input.InputEventArgs
type ManipulationStartingEventArgs = class
inherit InputEventArgs
Public NotInheritable Class ManipulationStartingEventArgs
Inherits InputEventArgs
- 继承
注解
使 ManipulationStartingEventArgs 你能够指定操作的行为。 ManipulationStartingEventArgs使用 执行以下操作:
通过设置 ManipulationContainer 属性指定位置应相对于元素。
通过设置 ManipulationStartingEventArgs.IsSingleTouchEnabled 属性指定是否启用单指操作。
通过将 属性设置为 ManipulationStartingEventArgs.Mode 枚举来 ManipulationModes 指定启用的操作类型。
通过设置 ManipulationStartingEventArgs.Pivot 属性指定单指旋转的中心。
通过将 属性设置为 ManipulationStartingEventArgs.Cancel 来
true
取消操作。
有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触控应用程序。
属性
Device |
获取启动此事件的输入设备。 (继承自 InputEventArgs) |
Handled |
获取或设置一个值,该值指示针对路由事件(在其经过路由时)的事件处理的当前状态。 (继承自 RoutedEventArgs) |
IsSingleTouchEnabled |
获取或设置一个手指是否可以开始操作。 |
ManipulationContainer |
获取或设置所有操作事件和计算都与之相关的容器。 |
Manipulators |
获取表示操作的触摸触点的对象集合。 |
Mode |
获取或设置可能的操作的类型。 |
OriginalSource |
在父类进行任何可能的 Source 调整之前,获取由纯命中测试确定的原始报告源。 (继承自 RoutedEventArgs) |
Pivot |
获取或设置一个描述单点操作的轴的对象。 |
RoutedEvent |
获取或设置与此 RoutedEventArgs 实例关联的 RoutedEvent。 (继承自 RoutedEventArgs) |
Source |
获取或设置对引发事件的对象的引用。 (继承自 RoutedEventArgs) |
Timestamp |
获取此事件发生时的时间。 (继承自 InputEventArgs) |
方法
Cancel() |
取消操作并将触摸提升为鼠标事件。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
InvokeEventHandler(Delegate, Object) |
以特定于类型的方式调用事件处理程序,这样做可以提高事件系统效率。 (继承自 InputEventArgs) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
OnSetSource(Object) |
在派生类中重写时,每当实例的 Source 属性的值发生更改,则提供一个通知回调入口点。 (继承自 RoutedEventArgs) |
SetManipulationParameter(ManipulationParameters2D) |
将参数添加到指定元素的当前操作中。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |