Table of Contents

Delegate TooltipEvent

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents a method that will handle the IBookMarks.ShowToolTip event.

public delegate void TooltipEvent(object sender, ToolTipEventArgs e)

Parameters

sender object

The source of the event.

e ToolTipEventArgs

A TooltipEvent that contains the event data.