GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
FeatureTableCellClickEvent Class
Event result type for the FeatureTableWidget.OnCellClick event.
public class 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
dymaptic.GeoBlazor.Core.Components.Graphic
FieldName
System.String
Index
System.Nullable<System.Int32>
Native
dymaptic.GeoBlazor.Core.Events.DomMouseEvent
ObjectId
dymaptic.GeoBlazor.Core.Model.ObjectId
Properties
FeatureTableCellClickEvent.Feature Property
public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Graphic
FeatureTableCellClickEvent.FieldName Property
public string? FieldName { get; set; }
Property Value
FeatureTableCellClickEvent.Index Property
public System.Nullable<int> Index { get; set; }
Property Value
FeatureTableCellClickEvent.Native Property
public dymaptic.GeoBlazor.Core.Events.DomMouseEvent? Native { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Events.DomMouseEvent
FeatureTableCellClickEvent.ObjectId Property
public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; set; }