Table of Contents

Constructor BookMarkChangedEventArgs

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

BookMarkChangedEventArgs(IBookMark, Point)

Initializes a new instance of the BookMarkChangedEventArgs with specified parameters.

public BookMarkChangedEventArgs(IBookMark bookMark, Point position)

Parameters

bookMark IBookMark

Bookmark whose position is changed.

position Point

New bookmark position.