dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

TrackTrackErrorEvent Class

Event result type for the TrackWidget.OnTrackError event.

public class TrackTrackErrorEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.TrackTrackErrorEvent>

Inheritance System.Object 🡒 TrackTrackErrorEvent

Implements System.IEquatable<TrackTrackErrorEvent>

Constructors

TrackTrackErrorEvent(Error) Constructor

Event result type for the TrackWidget.OnTrackError event.

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

Parameters

Error Error

Properties

TrackTrackErrorEvent.Error Property

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

Property Value

Error