dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
RefreshEvent Class
Event result type for the BaseDynamicLayer.OnRefresh event.
public class RefreshEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.RefreshEvent>
Inheritance System.Object 🡒 RefreshEvent
Implements System.IEquatable<RefreshEvent>
Constructors
RefreshEvent(Nullable) Constructor
Event result type for the BaseDynamicLayer.OnRefresh event.
public RefreshEvent(System.Nullable<bool> DataChanged=null);
Parameters
DataChanged
System.Nullable<System.Boolean>
Indicates if the layer’s data has changed.
Properties
RefreshEvent.DataChanged Property
Indicates if the layer’s data has changed.
public System.Nullable<bool> DataChanged { get; set; }