Show / Hide Table of Contents

Class TemperatureStateEventArgs

Event arguments that are used when a state is loaded.

Inheritance
object
EventArgs
TemperatureStateEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

EventArgs
In this article
Back to top Generated by DocFX