Table of Contents

Constructor BookMarkToolTipEventArgs

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

BookMarkToolTipEventArgs(string, IBookMark)

Initializes a new instance of the BookMarkToolTipEventArgs with specified parameters.

public BookMarkToolTipEventArgs(string tooltip, IBookMark bookMark)

Parameters

tooltip string

Tooltip to be displayed.

bookMark IBookMark

Bookmark under the mouse cursor.