GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

FeatureTableCellPointeroverEvent Class

Event result type for the FeatureTableWidget.OnCellPointerover event.

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

Inheritance System.Object 🡒 FeatureTableCellPointeroverEvent

Implements System.IEquatable<FeatureTableCellPointeroverEvent>

Constructors

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

Event result type for the FeatureTableWidget.OnCellPointerover event.

public FeatureTableCellPointeroverEvent(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

FeatureTableCellPointeroverEvent.Feature Property

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

Property Value

Graphic

FeatureTableCellPointeroverEvent.FieldName Property

public string? FieldName { get; init; }

Property Value

System.String

FeatureTableCellPointeroverEvent.Index Property

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

Property Value

System.Nullable<System.Int32>

FeatureTableCellPointeroverEvent.Native Property

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

Property Value

IDomUiEvent

FeatureTableCellPointeroverEvent.ObjectId Property

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

Property Value

ObjectId