GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

FeatureFormValueChangeEvent Class

Event result type for the FeatureFormWidget.OnValueChange event.

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

Inheritance System.Object 🡒 FeatureFormValueChangeEvent

Implements System.IEquatable<FeatureFormValueChangeEvent>

Constructors

FeatureFormValueChangeEvent(Guid, Graphic, string, bool, string) Constructor

Event result type for the FeatureFormWidget.OnValueChange event.

public FeatureFormValueChangeEvent(System.Guid LayerId, dymaptic.GeoBlazor.Core.Components.Graphic Feature, string FieldName, bool Valid, string? Value=null);

Parameters

LayerId System.Guid

The Id for the associated feature layer.

Feature dymaptic.GeoBlazor.Core.Components.Graphic

FieldName System.String

Valid System.Boolean

Value System.String

Properties

FeatureFormValueChangeEvent.Feature Property

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

Property Value

dymaptic.GeoBlazor.Core.Components.Graphic

FeatureFormValueChangeEvent.FieldName Property

public string FieldName { get; set; }

Property Value

System.String

FeatureFormValueChangeEvent.LayerId Property

The Id for the associated feature layer.

public System.Guid LayerId { get; set; }

Property Value

System.Guid

FeatureFormValueChangeEvent.Valid Property

public bool Valid { get; set; }

Property Value

System.Boolean

FeatureFormValueChangeEvent.Value Property

public string? Value { get; set; }

Property Value

System.String