GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

PopupTemplateCreatorEvent Class

The event that contains the Graphic used to represent the feature. ArcGIS Maps SDK for JavaScript

public record PopupTemplateCreatorEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.PopupTemplateCreatorEvent>

Inheritance System.Object 🡒 PopupTemplateCreatorEvent

Implements System.IEquatable<PopupTemplateCreatorEvent>

Constructors

PopupTemplateCreatorEvent(Graphic) Constructor

The event that contains the Graphic used to represent the feature. ArcGIS Maps SDK for JavaScript

public PopupTemplateCreatorEvent(dymaptic.GeoBlazor.Core.Components.Graphic? Graphic=null);

Parameters

Graphic Graphic

The Graphic used to represent the feature. ArcGIS Maps SDK for JavaScript

Properties

PopupTemplateCreatorEvent.Graphic Property

The Graphic used to represent the feature. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Graphic? Graphic { get; init; }

Property Value

Graphic