IToolTipPresenter.Dismissed Event
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.
Invoked upon dismissal of the ToolTip's popup view.
public:
event EventHandler ^ Dismissed;
event EventHandler Dismissed;
member this.Dismissed : EventHandler
Event Dismissed As EventHandler
Event Type
Remarks
This event should be fired regardless of the reason for the popup's dismissal.