GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

FeatureTableViewModelCellPointeroverEvent Class

Event result type for the FeatureTableViewModel.OnCellPointerover event.

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

Inheritance System.Object 🡒 FeatureTableViewModelCellPointeroverEvent

Implements System.IEquatable<FeatureTableViewModelCellPointeroverEvent>

Constructors

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

Event result type for the FeatureTableViewModel.OnCellPointerover event.

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

The feature associated with the cell.

FieldName System.String

The field name associated with the cell.

Index System.Nullable<System.Int32>

Specifies the index of the row (not just the individual cell).

Native IDomUiEvent

The native event object used for the interaction.

ObjectId ObjectId

The object ID of the feature associated with the cell.

Properties

FeatureTableViewModelCellPointeroverEvent.Feature Property

The feature associated with the cell.

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

Property Value

Graphic

FeatureTableViewModelCellPointeroverEvent.FieldName Property

The field name associated with the cell.

public string? FieldName { get; init; }

Property Value

System.String

FeatureTableViewModelCellPointeroverEvent.Index Property

Specifies the index of the row (not just the individual cell).

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

Property Value

System.Nullable<System.Int32>

FeatureTableViewModelCellPointeroverEvent.Native Property

The native event object used for the interaction.

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

Property Value

IDomUiEvent

FeatureTableViewModelCellPointeroverEvent.ObjectId Property

The object ID of the feature associated with the cell.

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

Property Value

ObjectId