Class BookMarkEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.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.