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