ConnectedEntry Event
Fired for every connected device when the ListConnections method is called.
Syntax
Sub netdialcontrol_ConnectedEntry(Handle As Long, Entry As String, DeviceName As String, DeviceType As String, StatusDescription As String)Remarks
The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.