FrameworkContentElement::ToolTipClosing Event
.NET Framework (current version)
Occurs just before any tooltip on the element is closed.
Assembly: PresentationFramework (in PresentationFramework.dll)
To suppress closing the tooltip, handlers of the event should mark it as handled.
This event cannot be an EventTrigger in a style. This is because the identifier field of this event re-uses an implementation from a service that does not expose add/remove methods on the event.
Identifier field | |
Routing strategy | Direct |
Delegate |
.NET Framework
Available since 3.0
Available since 3.0
Show: