FrameworkContentElement.ToolTipClosingEvent 字段

定义

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

字段值

注解

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

适用于