RoutedEvent.HandlerType 属性
定义
获取路由事件的处理程序类型。Gets the handler type of the routed event.
public:
property Type ^ HandlerType { Type ^ get(); };
public Type HandlerType { get; }
member this.HandlerType : Type
Public ReadOnly Property HandlerType As Type
属性值
路由事件的处理程序类型。The handler type of the routed event.
注解
处理程序类型是在实现将侦听由此表示RoutedEvent的事件的处理程序时应使用的事件处理程序委托。The handler type is the event handler delegate that should be used when implementing handlers that will listen for the event represented by this RoutedEvent.