Method RaiseToolTipChanged
RaiseToolTipChanged(EventArgs)
Raises the ToolTipChanged event to notify subscribers that the tooltip has changed.
public void RaiseToolTipChanged(EventArgs e)
Parameters
Remarks
This method invokes the OnToolTipChanged(EventArgs) method and then raises the ToolTipChanged event. Call this method to programmatically trigger the tooltip change notification.