ContentElement.StylusInRange 事件

定义

在触笔位于此元素上并且触笔与数字化器之间的距离近到足以检测到触笔时发生。

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

事件类型

实现

注解

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

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

路由事件信息

标识符字段 StylusInRangeEvent
路由策略 鼓 泡
委托 StylusEventHandler

适用于