Class TemperatureStateEventArgs
Event arguments that are used when a state is loaded.
Inherited Members
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public class TemperatureStateEventArgs : EventArgs
Constructors
TemperatureStateEventArgs(ITemperatureSimulationState)
Initializes a new instance of the TemperatureStateEventArgs class.
Declaration
public TemperatureStateEventArgs(ITemperatureSimulationState state)
Parameters
| Type | Name | Description |
|---|---|---|
| ITemperatureSimulationState | state | The state. |
Properties
State
Gets the state.
Declaration
public ITemperatureSimulationState State { get; }
Property Value
| Type | Description |
|---|---|
| ITemperatureSimulationState |