GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Functions

PopupTemplateContentCreator(PopupTemplateCreatorEvent) Delegate

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Functions.PopupTemplateContentCreator.html”>GeoBlazor Docs</a> Creates custom content for a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-CustomContent.html#PopupTemplateContent”>ArcGIS Maps SDK for JavaScript</a>

public delegate System.Threading.Tasks.Task<string> PopupTemplateContentCreator(dymaptic.GeoBlazor.Pro.Events.PopupTemplateCreatorEvent creatorEvent);

Parameters

creatorEvent PopupTemplateCreatorEvent

The event that contains the feature that was clicked to open the popup.

Returns

System.Threading.Tasks.Task<System.String>