GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

CatalogLayerListTriggerActionEvent Class

Event result type for the CatalogLayerListWidget.OnTriggerAction event.

public class 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 dymaptic.GeoBlazor.Core.Components.ActionBase

Item dymaptic.GeoBlazor.Core.Components.ListItem

Properties

CatalogLayerListTriggerActionEvent.Action Property

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

Property Value

dymaptic.GeoBlazor.Core.Components.ActionBase

CatalogLayerListTriggerActionEvent.Item Property

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

Property Value

dymaptic.GeoBlazor.Core.Components.ListItem