| Ivi.Visa Namespace > IVxiSession Interface : Interrupt Event |
'DeclarationEvent Interrupt As EventHandler(Of VxiInterruptEventArgs)
'UsageDim instance As IVxiSession Dim handler As EventHandler(Of VxiInterruptEventArgs) AddHandler instance.Interrupt, handler
event EventHandler<VxiInterruptEventArgs> Interrupt
event EventHandler<VxiInterruptEventArgs^>^ Interrupt
The event handler receives an argument of type VxiInterruptEventArgs containing data related to this event. The following VxiInterruptEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CustomEventType | A value that uniquely identifies an implementation-specific event type. (Inherited from Ivi.Visa.VisaEventArgs) |
| EventType | The VISA.NET standard event type. (Inherited from Ivi.Visa.VisaEventArgs) |
| IrqLevel | The interrupt level of the VXI VME interrupt. |
| StatusId | The status ID of the VXI VME interrupt. |
Current with Keysight IO Libraries Suite 18