Click or drag to resize

INetworkConnectionTypeChanged Event

Occurs when the network connection type has been changed.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<ConnectionTypeChangedEventArgs> ConnectionTypeChanged

Value

Type: SystemEventHandlerConnectionTypeChangedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
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.
See Also