GeoBlazor Pro
layout: pro title: FeatureTemplateSelectEvent parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
FeatureTemplateSelectEvent Class
The event object that fires when a template item is selected.
public class FeatureTemplateSelectEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.FeatureTemplateSelectEvent>
Inheritance System.Object 🡒 FeatureTemplateSelectEvent
Implements System.IEquatable<FeatureTemplateSelectEvent>
Constructors
FeatureTemplateSelectEvent(TemplateItem, FeatureTemplate) Constructor
The event object that fires when a template item is selected.
public FeatureTemplateSelectEvent(dymaptic.GeoBlazor.Pro.Components.Widgets.TemplateItem Item, dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate Template);
Parameters
Item
TemplateItem
The selected template item.
Template
dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate
The feature template associated with the template item.
Properties
FeatureTemplateSelectEvent.Item Property
The selected template item.
public dymaptic.GeoBlazor.Pro.Components.Widgets.TemplateItem Item { get; set; }
Property Value
FeatureTemplateSelectEvent.Template Property
The feature template associated with the template item.
public dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate Template { get; set; }