| Ivi.Visa Namespace > IGpibInterfaceSession Interface : Trigger Event |
'DeclarationEvent Trigger As EventHandler(Of VisaEventArgs)
'UsageDim instance As IGpibInterfaceSession Dim handler As EventHandler(Of VisaEventArgs) AddHandler instance.Trigger, handler
event EventHandler<VisaEventArgs> Trigger
event EventHandler<VisaEventArgs^>^ Trigger
The event handler receives an argument of type VisaEventArgs containing data related to this event. The following VisaEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CustomEventType | A value that uniquely identifies an implementation-specific event type. |
| EventType | The VISA.NET standard event type. |
Current with Keysight IO Libraries Suite 18