Table of Contents

Class BookMarkEventArgs

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

Provides data for the BookMarkManager.BookMarkAdded and BookMarkManager.BookMarkRemoved event handlers.

public class BookMarkEventArgs : EventArgs
Inheritance
BookMarkEventArgs
Derived

Constructors

BookMarkEventArgs(IBookMark)

Initializes a new instance of the BookMarkEventArgs with specified parameters.

Properties

BookMark

Gets or sets bookmark to be added or removed.