IInputElement.LostStylusCapture 事件

定义

在此元素丢失触笔捕获时发生。

public:
 event System::Windows::Input::StylusEventHandler ^ LostStylusCapture;
event System.Windows.Input.StylusEventHandler LostStylusCapture;
member this.LostStylusCapture : System.Windows.Input.StylusEventHandler 
Event LostStylusCapture As StylusEventHandler 

事件类型

StylusEventHandler

注解

此接口不适用于公共实现。 有关详细信息,请参阅接口的 IInputElement 备注。

当元素捕获触笔时,即使光标位于其边框之外,它也会接收触笔输入。 触笔通常仅在拖放操作期间捕获。

适用于

另请参阅