GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

TrackViewModelTrackErrorEvent Class

Event result type for the TrackViewModel.OnTrackError event.

public class 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 dymaptic.GeoBlazor.Core.Model.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; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.Error

TrackViewModelTrackErrorEvent.StringError Property

The Error object returned if an error occurred while tracking.

public string? StringError { get; set; }

Property Value

System.String