GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
CatalogLayerListViewModelTriggerActionEvent Class
Event result type for the CatalogLayerListViewModel.OnTriggerAction event.
public class 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
dymaptic.GeoBlazor.Core.Components.ActionBase
The action clicked by the user.
Item
dymaptic.GeoBlazor.Core.Components.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; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.ActionBase
CatalogLayerListViewModelTriggerActionEvent.Item Property
The ListItem associated with the action.
public dymaptic.GeoBlazor.Core.Components.ListItem? Item { get; set; }