dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
FeaturesViewModelTriggerActionEvent Class
Event result type for the FeaturesViewModel.OnTriggerAction event.
public class FeaturesViewModelTriggerActionEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.FeaturesViewModelTriggerActionEvent>
Inheritance System.Object 🡒 FeaturesViewModelTriggerActionEvent
Implements System.IEquatable<FeaturesViewModelTriggerActionEvent>
Constructors
FeaturesViewModelTriggerActionEvent(ActionBase) Constructor
Event result type for the FeaturesViewModel.OnTriggerAction event.
public FeaturesViewModelTriggerActionEvent(dymaptic.GeoBlazor.Core.Components.ActionBase? Action=null);
Parameters
Action
ActionBase
The action clicked by the user. For a description
of this object and a specification of its properties,
see the actions property of this class.
Properties
FeaturesViewModelTriggerActionEvent.Action Property
The action clicked by the user. For a description
of this object and a specification of its properties,
see the actions property of this class.
public dymaptic.GeoBlazor.Core.Components.ActionBase? Action { get; set; }