Class
ProxySettingsChangedEventArgs

Holds the event arguments for a ProxySettingsChanged event raised by a NetworkConnectionsManager

Definition

Namespace:Telerik.NetworkConnections

Assembly:Telerik.NetworkConnections.dll

Syntax:

cs-api-definition
public class ProxySettingsChangedEventArgs : EventArgs

Inheritance: objectEventArgsProxySettingsChangedEventArgs

Inherited Members EventArgs.Emptyobject.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Constructors

ProxySettingsChangedEventArgs(NetworkConnectionFullName)

Creates a new instance of the event args with the specified connection name

Declaration

cs-api-definition
public ProxySettingsChangedEventArgs(NetworkConnectionFullName networkConnectionFullName)

Parameters

networkConnectionFullName

NetworkConnectionFullName

The connection name for which a proxy change was detected

Properties

NetworkConnectionFullName

Gets or sets the connection name parameter of the event args

Declaration

cs-api-definition
public NetworkConnectionFullName NetworkConnectionFullName { get; }

Property Value

NetworkConnectionFullName