Table of Contents

Class ToolTipEventArgs

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

Provides data for the IBookMarks.ShowToolTip handler.

public class ToolTipEventArgs : EventArgs
Inheritance
ToolTipEventArgs

Constructors

ToolTipEventArgs(string, IBookMark)

Initializes a new instance of the ToolTipEventArgs with specified parameters.

Properties

BookMark

Gets or sets bookmark under the mouse cursor.

Handled

Indicates that if further processing is required.

Tooltip

Gets or sets tooltip to be displayed.