UIElement3D.StylusButtonUp 事件

定义

在指针位于此元素上并且松开触笔按钮时发生。

public:
 virtual event System::Windows::Input::StylusButtonEventHandler ^ StylusButtonUp;
public event System.Windows.Input.StylusButtonEventHandler StylusButtonUp;
member this.StylusButtonUp : System.Windows.Input.StylusButtonEventHandler 
Public Custom Event StylusButtonUp As StylusButtonEventHandler 

事件类型

实现

注解

此事件为此类的Stylus.StylusButtonUp附加事件创建别名,以便在 继承为基元素时UIElement3DStylusButtonUp它是类成员列表的一部分。 附加到 StylusButtonUp 事件的事件处理程序将附加到基础 Stylus.StylusButtonUp 附加事件,并接收相同的事件数据实例。

触摸、鼠标和触笔输入存在于特定关系中。 有关详细信息,请参阅 Windows Vista 中的触摸输入支持输入概述

StylusButtonUp在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

路由事件信息

标识符字段 StylusButtonUpEvent
路由策略 鼓 泡
委托 StylusButtonEventHandler

适用于

另请参阅