GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

FeatureTableViewModelCellDblclickEvent Class

Event result type for the FeatureTableViewModel.OnCellDblclick event.

public class FeatureTableViewModelCellDblclickEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.FeatureTableViewModelCellDblclickEvent>

Inheritance System.Object 🡒 FeatureTableViewModelCellDblclickEvent

Implements System.IEquatable<FeatureTableViewModelCellDblclickEvent>

Constructors

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

Event result type for the FeatureTableViewModel.OnCellDblclick event.

public FeatureTableViewModelCellDblclickEvent(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 dymaptic.GeoBlazor.Core.Components.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 dymaptic.GeoBlazor.Core.Events.IDomUiEvent

The native event object used for the interaction.

ObjectId dymaptic.GeoBlazor.Core.Model.ObjectId

The object ID of the feature associated with the cell.

Properties

FeatureTableViewModelCellDblclickEvent.Feature Property

The feature associated with the cell.

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

Property Value

dymaptic.GeoBlazor.Core.Components.Graphic

FeatureTableViewModelCellDblclickEvent.FieldName Property

The field name associated with the cell.

public string? FieldName { get; set; }

Property Value

System.String

FeatureTableViewModelCellDblclickEvent.Index Property

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

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

Property Value

System.Nullable<System.Int32>

FeatureTableViewModelCellDblclickEvent.Native Property

The native event object used for the interaction.

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

Property Value

dymaptic.GeoBlazor.Core.Events.IDomUiEvent

FeatureTableViewModelCellDblclickEvent.ObjectId Property

The object ID of the feature associated with the cell.

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

Property Value

dymaptic.GeoBlazor.Core.Model.ObjectId