Class TileFetchFailedEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Maps
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the TileFetchFailed event.
public class TileFetchFailedEventArgs : ChartEventArgs
- Inheritance
-
TileFetchFailedEventArgs
- Inherited Members
Constructors
TileFetchFailedEventArgs()
Creates and initializes a new instance of TileFetchFailedEventArgs class.
public TileFetchFailedEventArgs()
Fields
httpStatusCode
HTTP status of the failed map tile fetch operation.
public HttpStatusCode httpStatusCode