FX3ConnectionUnexpectedDisconnect Event |
This event is raised when the active board is disconnected unexpectedly (IE unplugged)
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic event FX3ConnectionUnexpectedDisconnectEventHandler UnexpectedDisconnect
Public Event UnexpectedDisconnect As FX3ConnectionUnexpectedDisconnectEventHandler
public:
event FX3ConnectionUnexpectedDisconnectEventHandler^ UnexpectedDisconnect {
void add (FX3ConnectionUnexpectedDisconnectEventHandler^ value);
void remove (FX3ConnectionUnexpectedDisconnectEventHandler^ value);
}
member UnexpectedDisconnect : IEvent<FX3ConnectionUnexpectedDisconnectEventHandler,
EventArgs>
Value
Type:
FX3ApiFX3ConnectionUnexpectedDisconnectEventHandler
See Also