FrameworkContentElement.ToolTipOpeningEvent 字段

定义

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

字段值

注解

注册路由事件时创建事件标识符对象(请参阅 RegisterRoutedEvent),然后可用于添加类处理程序(请参阅 RegisterClassHandler)。 标识符对象包含用于添加事件的所有者的标识名称、所有者类型、处理程序类型、路由策略和实用工具方法。

适用于