GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

TrackErrorEvent Class

Event result type for the TrackWidget.OnTrackError event.

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

Inheritance System.Object 🡒 TrackErrorEvent

Implements System.IEquatable<TrackErrorEvent>

Constructors

TrackErrorEvent(Error) Constructor

Event result type for the TrackWidget.OnTrackError event.

public TrackErrorEvent(dymaptic.GeoBlazor.Core.Model.Error? Error=null);

Parameters

Error dymaptic.GeoBlazor.Core.Model.Error

Properties

TrackErrorEvent.Error Property

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.Error