Keysight Pathwave 89600 VSA .NET API
UpdatingRevPass Event
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > CustomStepEventWrapper Class : UpdatingRevPass Event


Glossary Item Box

Indicates when the custom step is updating reverse pass.

Syntax

Visual Basic (Declaration) 
Public Event UpdatingRevPass As EventHandler(Of CustomStepUpdatingRevPassEventArgs)
C# 
public event EventHandler<CustomStepUpdatingRevPassEventArgs> UpdatingRevPass
C++/CLI 
public:
event EventHandler<CustomStepUpdatingRevPassEventArgs^>^ UpdatingRevPass

Requirements

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

See Also