dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Core.Events
PropertyChangeEvent Class
GeoBlazor Docs Event return type for the PropertyChange event on the AreaMeasurement2DWidget Widget
public record PropertyChangeEvent : System.IEquatable<dymaptic.GeoBlazor.Core.Events.PropertyChangeEvent>
Inheritance System.Object 🡒 PropertyChangeEvent
Implements System.IEquatable<PropertyChangeEvent>
Constructors
PropertyChangeEvent(string) Constructor
GeoBlazor Docs Event return type for the PropertyChange event on the AreaMeasurement2DWidget Widget
public PropertyChangeEvent(string Name);
Parameters
Name System.String
No description available.
Properties
PropertyChangeEvent.Name Property
No description available.
public string Name { get; init; }