GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
PopupTemplateCreatorEvent Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.PopupTemplateCreatorEvent.html”>GeoBlazor Docs</a> The event that contains the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>Graphic</a> used to represent the feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-CustomContent.html#PopupTemplateCreatorEvent”>ArcGIS Maps SDK for JavaScript</a>
public record PopupTemplateCreatorEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.PopupTemplateCreatorEvent>
Inheritance System.Object 🡒 PopupTemplateCreatorEvent
Implements System.IEquatable<PopupTemplateCreatorEvent>
Constructors
PopupTemplateCreatorEvent(Graphic) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.PopupTemplateCreatorEvent.html”>GeoBlazor Docs</a> The event that contains the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>Graphic</a> used to represent the feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-CustomContent.html#PopupTemplateCreatorEvent”>ArcGIS Maps SDK for JavaScript</a>
public PopupTemplateCreatorEvent(dymaptic.GeoBlazor.Core.Components.Graphic? Graphic=null);
Parameters
Graphic
dymaptic.GeoBlazor.Core.Components.Graphic
The <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>Graphic</a> used to represent the feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-CustomContent.html#PopupTemplateCreatorEvent”>ArcGIS Maps SDK for JavaScript</a>
Properties
PopupTemplateCreatorEvent.Graphic Property
The <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>Graphic</a> used to represent the feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-CustomContent.html#PopupTemplateCreatorEvent”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Components.Graphic? Graphic { get; init; }