Keysight Pathwave 89600 VSA .NET API
CustomStepExecutingEventArgs Constructor(Boolean)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > CustomStepExecutingEventArgs Class > CustomStepExecutingEventArgs Constructor : CustomStepExecutingEventArgs Constructor(Boolean)


isRecomputing
Indicates whether the step is recomputing.

Glossary Item Box

Initializes a new instance of the CustomStepExecutingEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal isRecomputing As Boolean _
)
C# 
public CustomStepExecutingEventArgs( 
   bool isRecomputing
)
C++/CLI 
public:
CustomStepExecutingEventArgs( 
   bool isRecomputing
)

Parameters

isRecomputing
Indicates whether the step is recomputing.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also