IInputElement.GotStylusCapture 事件

定义

在元素捕获触笔时发生。

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

事件类型

StylusEventHandler

注解

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

当元素捕获触笔时,即使光标超出其边界,该元素也会接收触笔输入。 触笔通常仅在拖放操作期间以这种方式捕获,并保留捕获,直到拖放操作的拖放操作发生。

适用于

另请参阅