Click or drag to resize

WeatherChangeEventArgs Class

Data relating to the change from one weather event to another
Inheritance Hierarchy
SystemObject
  WeatherSystemWeatherChangeEventArgs

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class WeatherChangeEventArgs

The WeatherChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWeatherChangeEventArgs
Initializes a new instance of the WeatherChangeEventArgs class
Top
Methods
Fields
  NameDescription
Public fieldenteringWeatherEvent
The weather event the system is activating/activated/will activate
Public fieldexitingWeatherEvent
The weather event the system is deactivating/deactivated/will deactivate
Top
See Also