FrameworkContentElement.ToolTipClosingEvent Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the ToolTipClosingRouted Events Overview.
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
Field Value
Remarks
Event identifier objects are created when routed events are registered (see RegisterRoutedEvent) and can then be used to add class handlers (see RegisterClassHandler). Identifier objects contain an identifying name, owner type, handler type, routing strategy, and a utility method for adding owners for the event.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.