GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
TableListTriggerActionEvent Class
Event result type for the TableListWidget.OnTriggerAction event.
public record TableListTriggerActionEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.TableListTriggerActionEvent>
Inheritance System.Object 🡒 TableListTriggerActionEvent
Implements System.IEquatable<TableListTriggerActionEvent>
Constructors
TableListTriggerActionEvent(ActionBase, TableListListItem) Constructor
Event result type for the TableListWidget.OnTriggerAction event.
public TableListTriggerActionEvent(dymaptic.GeoBlazor.Core.Components.ActionBase? Action=null, dymaptic.GeoBlazor.Pro.Components.TableListListItem? Item=null);
Parameters
Action
ActionBase
Item
TableListListItem
Properties
TableListTriggerActionEvent.Action Property
public dymaptic.GeoBlazor.Core.Components.ActionBase? Action { get; init; }
Property Value
TableListTriggerActionEvent.Item Property
public dymaptic.GeoBlazor.Pro.Components.TableListListItem? Item { get; init; }