GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

TableListTriggerActionEvent Class

Event result type for the TableListWidget.OnTriggerAction event.

public class 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 dymaptic.GeoBlazor.Core.Components.ActionBase

Item TableListListItem

Properties

TableListTriggerActionEvent.Action Property

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

Property Value

dymaptic.GeoBlazor.Core.Components.ActionBase

TableListTriggerActionEvent.Item Property

public dymaptic.GeoBlazor.Pro.Components.TableListListItem? Item { get; set; }

Property Value

TableListListItem