dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
LayerListViewModelTriggerActionEvent Class
Event result type for the LayerListViewModel.OnTriggerAction event.
public class LayerListViewModelTriggerActionEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.LayerListViewModelTriggerActionEvent>
Inheritance System.Object 🡒 LayerListViewModelTriggerActionEvent
Implements System.IEquatable<LayerListViewModelTriggerActionEvent>
Constructors
LayerListViewModelTriggerActionEvent(ActionBase, ListItem) Constructor
Event result type for the LayerListViewModel.OnTriggerAction event.
public LayerListViewModelTriggerActionEvent(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
An item associated with the action.
Properties
LayerListViewModelTriggerActionEvent.Action Property
The action clicked by the user.
public dymaptic.GeoBlazor.Core.Components.ActionBase? Action { get; set; }
Property Value
LayerListViewModelTriggerActionEvent.Item Property
An item associated with the action.
public dymaptic.GeoBlazor.Core.Components.ListItem? Item { get; set; }