GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
CatalogLayerListViewModelTriggerActionEvent Class
Event result type for the CatalogLayerListViewModel.OnTriggerAction event.
public record CatalogLayerListViewModelTriggerActionEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.CatalogLayerListViewModelTriggerActionEvent>
Inheritance System.Object 🡒 CatalogLayerListViewModelTriggerActionEvent
Implements System.IEquatable<CatalogLayerListViewModelTriggerActionEvent>
Constructors
CatalogLayerListViewModelTriggerActionEvent(ActionBase, ListItem) Constructor
Event result type for the CatalogLayerListViewModel.OnTriggerAction event.
public CatalogLayerListViewModelTriggerActionEvent(dymaptic.GeoBlazor.Core.Components.ActionBase? Action=null, dymaptic.GeoBlazor.Core.Components.ListItem? Item=null);
Parameters
Action
ActionBase
The action clicked by the user.
Item
ListItem
The ListItem associated with the action.
Properties
CatalogLayerListViewModelTriggerActionEvent.Action Property
The action clicked by the user.
public dymaptic.GeoBlazor.Core.Components.ActionBase? Action { get; init; }
Property Value
CatalogLayerListViewModelTriggerActionEvent.Item Property
The ListItem associated with the action.
public dymaptic.GeoBlazor.Core.Components.ListItem? Item { get; init; }