ProxyOptionsPropertyChanged Delegate
Represents the method that will handle the
ProxyOptions.PropertyChanged event of the
ProxyOptions class.
public delegate void ProxyOptionsPropertyChanged(
string ,
object
)
'Declaration
Public Delegate Sub ProxyOptionsPropertyChanged( _
ByVal As String, _
ByVal As Object _
)
Parameters
- name
- The name of the changed ProxyOptions property.
- value
- The new value of the ProxyOptions property.