GsmModemDisconnected Event |
Occurs when the serial port is disconnected.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic event EventHandler<ConnectionEventArgs> Disconnected
Public Event Disconnected As EventHandler(Of ConnectionEventArgs)
Dim instance As GsmModem
Dim handler As EventHandler(Of ConnectionEventArgs)
AddHandler instance.Disconnected, handler
public:
event EventHandler<ConnectionEventArgs^>^ Disconnected {
void add (EventHandler<ConnectionEventArgs^>^ value);
void remove (EventHandler<ConnectionEventArgs^>^ value);
}member Disconnected : IEvent<EventHandler<ConnectionEventArgs>,
ConnectionEventArgs>Value
EventHandlerConnectionEventArgs
See Also