Show / Hide Table of Contents

Class AfterExecuteEventArgs

Event arguments that are used after simulation execution.

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

Properties

Repeat

If true, the simulation will be requested to repeat the simulation another time.

Declaration
public bool Repeat { get; set; }
Property Value
Type Description
bool

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

EventArgs
In this article
Back to top Generated by DocFX