dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

LayerListTriggerActionEvent Class

Event result type for the LayerListWidget.OnTriggerAction event.

public class LayerListTriggerActionEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.LayerListTriggerActionEvent>

Inheritance System.Object 🡒 LayerListTriggerActionEvent

Implements System.IEquatable<LayerListTriggerActionEvent>

Constructors

LayerListTriggerActionEvent(ActionBase, ListItem) Constructor

Event result type for the LayerListWidget.OnTriggerAction event.

public LayerListTriggerActionEvent(dymaptic.GeoBlazor.Core.Components.ActionBase? Action=null, dymaptic.GeoBlazor.Core.Components.ListItem? Item=null);

Parameters

Action ActionBase

Item ListItem

Properties

LayerListTriggerActionEvent.Action Property

public dymaptic.GeoBlazor.Core.Components.ActionBase? Action { get; set; }

Property Value

ActionBase

LayerListTriggerActionEvent.Item Property

public dymaptic.GeoBlazor.Core.Components.ListItem? Item { get; set; }

Property Value

ListItem