Table of Contents

Event ConnectionTypeChanged

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

Occurs when the network connection type has been changed.

event EventHandler<ConnectionTypeChangedEventArgs> ConnectionTypeChanged

Returns

EventHandler<ConnectionTypeChangedEventArgs>
Occurs when the network connection type has been changed.

Remarks

The event is raised whenever a change affects the route network packets take to any network server.

For example, the event is triggered when:

  • A network connection becomes available or going away;
  • A VPN tunnel is established or taken down;
  • An active network connection's IP address changes.