Occurs when the when the connection state changes.
The event handler receives an argument of type InternetDialer.StatusEventArgs containing data related to this event. The following InternetDialer.StatusEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Description | Gets a description of the current dial-up networking connection status. |
| Status | Gets a value which specifies the current status of the dial-up networking connection. |
The OnStatus event is generated when the status of the connection changes. Typically this occurs when a connection is being established with a dial-up networking server.
InternetDialer Class | SocketTools Namespace