GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
TrackViewModelTrackErrorEvent Class
Event result type for the TrackViewModel.OnTrackError event.
public record TrackViewModelTrackErrorEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.TrackViewModelTrackErrorEvent>
Inheritance System.Object 🡒 TrackViewModelTrackErrorEvent
Implements System.IEquatable<TrackViewModelTrackErrorEvent>
Constructors
TrackViewModelTrackErrorEvent(Error, string) Constructor
Event result type for the TrackViewModel.OnTrackError event.
public TrackViewModelTrackErrorEvent(dymaptic.GeoBlazor.Core.Model.Error? Error=null, string? StringError=null);
Parameters
Error Error
The Error object returned if an error occurred while tracking.
StringError System.String
The Error object returned if an error occurred while tracking.
Properties
TrackViewModelTrackErrorEvent.Error Property
The Error object returned if an error occurred while tracking.
public dymaptic.GeoBlazor.Core.Model.Error? Error { get; init; }
Property Value
TrackViewModelTrackErrorEvent.StringError Property
The Error object returned if an error occurred while tracking.
public string? StringError { get; init; }