Keysight VISA.NET Help
KeysightVisaEventArgs Constructor



Base event arguments from the VISA event.
A VISA context handle of the event.
Initializes a new instance of the KeysightVisaEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventArgs As VisaEventArgs, _
   ByVal eventContextHandle As UInteger _
)
'Usage
 
Dim eventArgs As VisaEventArgs
Dim eventContextHandle As UInteger
 
Dim instance As New KeysightVisaEventArgs(eventArgs, eventContextHandle)
public KeysightVisaEventArgs( 
   VisaEventArgs eventArgs,
   uint eventContextHandle
)
public:
KeysightVisaEventArgs( 
   VisaEventArgs^ eventArgs,
   uint eventContextHandle
)

Parameters

eventArgs
Base event arguments from the VISA event.
eventContextHandle
A VISA context handle of the event.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025