Occurs when device connection has been terminated.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ConnectionTerminated
Public Event ConnectionTerminated As EventHandler
public: event EventHandler^ ConnectionTerminated { void add (EventHandler^ value); void remove (EventHandler^ value); }