layout: default title: BookmarkSelectEvent parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
BookmarkSelectEvent Class
Event object for a a bookmark select event from the BookmarksWidget.
public class BookmarkSelectEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.BookmarkSelectEvent>
Inheritance System.Object 🡒 BookmarkSelectEvent
Implements System.IEquatable<BookmarkSelectEvent>
Constructors
BookmarkSelectEvent(Bookmark) Constructor
Event object for a a bookmark select event from the BookmarksWidget.
public BookmarkSelectEvent(dymaptic.GeoBlazor.Core.Components.Widgets.Bookmark Bookmark);
Parameters
Bookmark
Bookmark
The Bookmark that was selected
Properties
BookmarkSelectEvent.Bookmark Property
The Bookmark that was selected
public dymaptic.GeoBlazor.Core.Components.Widgets.Bookmark Bookmark { get; set; }