dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
BasemapLayerListTriggerActionEvent Class
Event result type for the BasemapLayerListWidget.OnTriggerAction event.
public class BasemapLayerListTriggerActionEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.BasemapLayerListTriggerActionEvent>
Inheritance System.Object 🡒 BasemapLayerListTriggerActionEvent
Implements System.IEquatable<BasemapLayerListTriggerActionEvent>
Constructors
BasemapLayerListTriggerActionEvent(ActionBase, ListItem) Constructor
Event result type for the BasemapLayerListWidget.OnTriggerAction event.
public BasemapLayerListTriggerActionEvent(dymaptic.GeoBlazor.Core.Components.ActionBase? Action=null, dymaptic.GeoBlazor.Core.Components.ListItem? Item=null);
Parameters
Action
ActionBase
Item
ListItem
Properties
BasemapLayerListTriggerActionEvent.Action Property
public dymaptic.GeoBlazor.Core.Components.ActionBase? Action { get; set; }
Property Value
BasemapLayerListTriggerActionEvent.Item Property
public dymaptic.GeoBlazor.Core.Components.ListItem? Item { get; set; }