IInputElement.GotMouseCapture 事件

定义

在元素捕获鼠标时发生。

public:
 event System::Windows::Input::MouseEventHandler ^ GotMouseCapture;
event System.Windows.Input.MouseEventHandler GotMouseCapture;
member this.GotMouseCapture : System.Windows.Input.MouseEventHandler 
Event GotMouseCapture As MouseEventHandler 

事件类型

注解

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

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

适用于

另请参阅