GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Functions

PopupTemplateContentCreator(PopupTemplateCreatorEvent) Delegate

Creates custom content for a PopupTemplate. ArcGIS Maps SDK for JavaScript

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>