Show / Hide Table of Contents

Class BeforeExecuteEventArgs

Event arguments that are used before simulation execution.

Inheritance
object
EventArgs
BeforeExecuteEventArgs
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 BeforeExecuteEventArgs : EventArgs

Constructors

BeforeExecuteEventArgs(bool)

Initializes a new instance of the BeforeExecuteEventArgs class.

Declaration
public BeforeExecuteEventArgs(bool repeated)
Parameters
Type Name Description
bool repeated

if set to true, the simulation was repeated.

Properties

Repeated

Gets a value indicating whether the simulation is repeated.

Declaration
public bool Repeated { get; }
Property Value
Type Description
bool

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

EventArgs
In this article
Back to top Generated by DocFX