GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
FeatureTableCellDblclickEvent Class
Event result type for the FeatureTableWidget.OnCellDblclick event.
public record FeatureTableCellDblclickEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellDblclickEvent>
Inheritance System.Object 🡒 FeatureTableCellDblclickEvent
Implements System.IEquatable<FeatureTableCellDblclickEvent>
Constructors
FeatureTableCellDblclickEvent(Graphic, string, Nullable, IDomUiEvent, ObjectId) Constructor
Event result type for the FeatureTableWidget.OnCellDblclick event.
public FeatureTableCellDblclickEvent(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
FeatureTableCellDblclickEvent.Feature Property
public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; init; }
Property Value
FeatureTableCellDblclickEvent.FieldName Property
public string? FieldName { get; init; }
Property Value
FeatureTableCellDblclickEvent.Index Property
public System.Nullable<int> Index { get; init; }
Property Value
FeatureTableCellDblclickEvent.Native Property
public dymaptic.GeoBlazor.Core.Events.IDomUiEvent? Native { get; init; }
Property Value
FeatureTableCellDblclickEvent.ObjectId Property
public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; init; }