Skip to content

WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs

Namespace: ThinkGeo.Core

public class WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs : System.EventArgs

Inheritance ObjectEventArgsWarningsUpdatedNoaaWeatherWarningsMonitorEventArgs

Properties

WeatherWarnings

public Dictionary<string, List<Dictionary<string, string>>> WeatherWarnings { get; }

Property Value

Dictionary<String, List<Dictionary<String, String>>>

Constructors

WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs()

public WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs()

WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs(IDictionary<String, List<Dictionary<String, String>>>)

public WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs(IDictionary<string, List<Dictionary<string, string>>> weatherWarnings)

Parameters

weatherWarnings IDictionary<String, List<Dictionary<String, String>>>