GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
FeatureTemplatesViewModelSelectEvent Class
Event result type for the FeatureTemplatesViewModel.OnSelect event.
public class FeatureTemplatesViewModelSelectEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.FeatureTemplatesViewModelSelectEvent>
Inheritance System.Object 🡒 FeatureTemplatesViewModelSelectEvent
Implements System.IEquatable<FeatureTemplatesViewModelSelectEvent>
Constructors
FeatureTemplatesViewModelSelectEvent(TemplateItem, FeatureTemplate) Constructor
Event result type for the FeatureTemplatesViewModel.OnSelect event.
public FeatureTemplatesViewModelSelectEvent(dymaptic.GeoBlazor.Pro.Model.TemplateItem? Item=null, dymaptic.GeoBlazor.Pro.Components.FeatureTemplate? Template=null);
Parameters
Item
TemplateItem
The selected template item.
Template
FeatureTemplate
The feature template associated with the template item.
Properties
FeatureTemplatesViewModelSelectEvent.Item Property
The selected template item.
public dymaptic.GeoBlazor.Pro.Model.TemplateItem? Item { get; set; }
Property Value
FeatureTemplatesViewModelSelectEvent.Template Property
The feature template associated with the template item.
public dymaptic.GeoBlazor.Pro.Components.FeatureTemplate? Template { get; set; }