ClassProxySettingsChangedEventArgs
Class
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
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
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