dotConnect for FreshBooks Documentation
Devart.Common Namespace / ProxyOptionsPropertyChanged Delegate
The name of the changed ProxyOptions property.
The new value of the ProxyOptions property.

In This Topic
    ProxyOptionsPropertyChanged Delegate
    In This Topic
    Represents the method that will handle the ProxyOptions.PropertyChanged event of the ProxyOptions class.
    Syntax
    'Declaration
     
    Public Delegate Sub ProxyOptionsPropertyChanged( _
       ByVal name As String, _
       ByVal value As Object _
    ) 
    public delegate void ProxyOptionsPropertyChanged( 
       string name,
       object value
    )

    Parameters

    name
    The name of the changed ProxyOptions property.
    value
    The new value of the ProxyOptions property.
    See Also