UIElement.GotMouseCaptureEvent 字段

定义

标识 GotMouseCapture 路由事件。

public: static initonly System::Windows::RoutedEvent ^ GotMouseCaptureEvent;
public static readonly System.Windows.RoutedEvent GotMouseCaptureEvent;
 staticval mutable GotMouseCaptureEvent : System.Windows.RoutedEvent
Public Shared ReadOnly GotMouseCaptureEvent As RoutedEvent 

字段值

注解

在注册路由事件时创建路由事件标识符。 这些标识符包含标识名称、所有者类型、处理程序类型、路由策略和、添加事件所有者的实用程序方法。 可以使用这些标识符添加类处理程序。

有关注册路由的事件的详细信息,请参阅 RegisterRoutedEvent。 有关使用路由事件标识符添加类处理程序的详细信息,请参阅 RegisterClassHandler

适用于