dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

PopupTriggerActionEvent Class

The event that is triggered when an action is executed.

public class PopupTriggerActionEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.PopupTriggerActionEvent>

Inheritance System.Object 🡒 PopupTriggerActionEvent

Implements System.IEquatable<PopupTriggerActionEvent>

Constructors

PopupTriggerActionEvent(ActionBase) Constructor

The event that is triggered when an action is executed.

public PopupTriggerActionEvent(dymaptic.GeoBlazor.Core.Components.ActionBase Action);

Parameters

Action ActionBase

The action that was executed.

Properties

PopupTriggerActionEvent.Action Property

The action that was executed.

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

Property Value

ActionBase