Table of Contents

Class BookMarkToolTipEventArgs

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

Provides data for the BookMarkManager.ShowToolTip handler.

public class BookMarkToolTipEventArgs : EventArgs
Inheritance
BookMarkToolTipEventArgs

Constructors

BookMarkToolTipEventArgs(string, IBookMark)

Initializes a new instance of the BookMarkToolTipEventArgs 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.