Keysight Pathwave 89600 VSA .NET API
UserInputChange Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInput Class : UserInputChange Property


Glossary Item Box

Gets a UserInputChangeRegister interface for the data source application to receive change notification events.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property UserInputChange As UserInputChangeRegister
C# 
public abstract UserInputChangeRegister UserInputChange {get;}
C++/CLI 
public:
abstract property UserInputChangeRegister^ UserInputChange {
   UserInputChangeRegister^ get();
}

Requirements

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

See Also