dotConnect for PostgreSQL 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also