GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

FeatureTableCellKeydownEvent Class

Event result type for the FeatureTableWidget.OnCellKeydown event.

public record FeatureTableCellKeydownEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellKeydownEvent>

Inheritance System.Object 🡒 FeatureTableCellKeydownEvent

Implements System.IEquatable<FeatureTableCellKeydownEvent>

Constructors

FeatureTableCellKeydownEvent(Graphic, string, Nullable, IDomUiEvent, ObjectId) Constructor

Event result type for the FeatureTableWidget.OnCellKeydown event.

public FeatureTableCellKeydownEvent(dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null, string? FieldName=null, System.Nullable<int> Index=null, dymaptic.GeoBlazor.Core.Events.IDomUiEvent? Native=null, dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId=null);

Parameters

Feature Graphic

FieldName System.String

Index System.Nullable<System.Int32>

Native IDomUiEvent

ObjectId ObjectId

Properties

FeatureTableCellKeydownEvent.Feature Property

public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; init; }

Property Value

Graphic

FeatureTableCellKeydownEvent.FieldName Property

public string? FieldName { get; init; }

Property Value

System.String

FeatureTableCellKeydownEvent.Index Property

public System.Nullable<int> Index { get; init; }

Property Value

System.Nullable<System.Int32>

FeatureTableCellKeydownEvent.Native Property

public dymaptic.GeoBlazor.Core.Events.IDomUiEvent? Native { get; init; }

Property Value

IDomUiEvent

FeatureTableCellKeydownEvent.ObjectId Property

public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; init; }

Property Value

ObjectId