GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

CatalogLayerListTriggerActionEvent Class

Event result type for the CatalogLayerListWidget.OnTriggerAction event.

public record CatalogLayerListTriggerActionEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.CatalogLayerListTriggerActionEvent>

Inheritance System.Object 🡒 CatalogLayerListTriggerActionEvent

Implements System.IEquatable<CatalogLayerListTriggerActionEvent>

Constructors

CatalogLayerListTriggerActionEvent(ActionBase, ListItem) Constructor

Event result type for the CatalogLayerListWidget.OnTriggerAction event.

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

Parameters

Action ActionBase

Item ListItem

Properties

CatalogLayerListTriggerActionEvent.Action Property

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

Property Value

ActionBase

CatalogLayerListTriggerActionEvent.Item Property

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

Property Value

ListItem