Class ProxySettingsChangedEventArgs
Inheritance
System.Object
ProxySettingsChangedEventArgs
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class ProxySettingsChangedEventArgs : EventArgs
Constructors
ProxySettingsChangedEventArgs(NetworkConnectionFullName)
Declaration
public ProxySettingsChangedEventArgs(NetworkConnectionFullName networkConnectionFullName)
Parameters
NetworkConnectionFullName
networkConnectionFullName
|
Properties
NetworkConnectionFullName
Declaration
public NetworkConnectionFullName NetworkConnectionFullName { get; }
Property Value
NetworkConnectionFullName
|