Table of Contents

Method RaiseToolTipChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseToolTipChanged(EventArgs)

Raises the ToolTipChanged event to notify subscribers that the tooltip has changed.

public void RaiseToolTipChanged(EventArgs e)

Parameters

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method invokes the OnToolTipChanged(EventArgs) method and then raises the ToolTipChanged event. Call this method to programmatically trigger the tooltip change notification.