| Ivi.Visa Namespace > IGpibInterfaceSession Interface : ControllerInCharge Event |
'DeclarationEvent ControllerInCharge As EventHandler(Of GpibControllerInChargeEventArgs)
'UsageDim instance As IGpibInterfaceSession Dim handler As EventHandler(Of GpibControllerInChargeEventArgs) AddHandler instance.ControllerInCharge, handler
event EventHandler<GpibControllerInChargeEventArgs> ControllerInCharge
event EventHandler<GpibControllerInChargeEventArgs^>^ ControllerInCharge
The event handler receives an argument of type GpibControllerInChargeEventArgs containing data related to this event. The following GpibControllerInChargeEventArgs 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) |
| IsControllerInCharge | True if the controller for the GPIB interface is in charge. |
Current with Keysight IO Libraries Suite 18