Class ProxySettingsChangedEventArgs
Holds the event arguments for a ProxySettingsChanged event raised by a Network
Inheritance
System.Object
ProxySettingsChangedEventArgs
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class ProxySettingsChangedEventArgs : EventArgs
Constructors
ProxySettingsChangedEventArgs(NetworkConnectionFullName)
Creates a new instance of the event args with the specified connection name
Declaration
public ProxySettingsChangedEventArgs(NetworkConnectionFullName networkConnectionFullName)
Parameters
Network The connection name for which a proxy change was detected |
Properties
NetworkConnectionFullName
Gets or sets the connection name parameter of the event args
Declaration
public NetworkConnectionFullName NetworkConnectionFullName { get; }