EdgeGestureEventArgs 类

定义

提供对触发边缘手势事件的用户输入类型的访问。

public ref class EdgeGestureEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class EdgeGestureEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class EdgeGestureEventArgs
Public NotInheritable Class EdgeGestureEventArgs
继承
Object Platform::Object IInspectable EdgeGestureEventArgs
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

此类作为 edgeGesture.startingedgeGesture.cancelededgeGesture.completed 事件的一 部分返回。

注意

此类不敏捷,这意味着需要考虑其线程模型和封送处理行为。 有关详细信息,请参阅线程和封送处理 (C++/CX) 和使用多线程环境中的Windows 运行时对象 (.NET)

属性

Kind

获取触发边缘手势事件的用户输入的类型。

适用于

另请参阅