GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
FeatureTableCellClickEvent Class
Event result type for the FeatureTableWidget.OnCellClick event.
public record FeatureTableCellClickEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellClickEvent>
Inheritance System.Object 🡒 FeatureTableCellClickEvent
Implements System.IEquatable<FeatureTableCellClickEvent>
Constructors
FeatureTableCellClickEvent(Graphic, string, Nullable, DomMouseEvent, ObjectId) Constructor
Event result type for the FeatureTableWidget.OnCellClick event.
public FeatureTableCellClickEvent(dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null, string? FieldName=null, System.Nullable<int> Index=null, dymaptic.GeoBlazor.Core.Events.DomMouseEvent? Native=null, dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId=null);
Parameters
Feature
Graphic
FieldName
System.String
Index
System.Nullable<System.Int32>
Native
DomMouseEvent
ObjectId
ObjectId
Properties
FeatureTableCellClickEvent.Feature Property
public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; init; }
Property Value
FeatureTableCellClickEvent.FieldName Property
public string? FieldName { get; init; }
Property Value
FeatureTableCellClickEvent.Index Property
public System.Nullable<int> Index { get; init; }
Property Value
FeatureTableCellClickEvent.Native Property
public dymaptic.GeoBlazor.Core.Events.DomMouseEvent? Native { get; init; }
Property Value
FeatureTableCellClickEvent.ObjectId Property
public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; init; }