Show / Hide Table of Contents

Class LoadStateEventArgs

Event arguments that are used when a state is loaded.

Inheritance
object
EventArgs
LoadStateEventArgs
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 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

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

EventArgs
In this article
Back to top Generated by DocFX