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