DataConnectionPropertyChangedEventHandler Delegate

Represents the method that handles the PropertyChanged event on the current DataConnectionProperties instance.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Delegate Sub DataConnectionPropertyChangedEventHandler ( _
    sender As Object, _
    e As DataConnectionPropertyChangedEventArgs _
)
'Usage
Dim instance As New DataConnectionPropertyChangedEventHandler(AddressOf HandlerMethod)
public delegate void DataConnectionPropertyChangedEventHandler(
    Object sender,
    DataConnectionPropertyChangedEventArgs e
)
public delegate void DataConnectionPropertyChangedEventHandler(
    Object^ sender, 
    DataConnectionPropertyChangedEventArgs^ e
)
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.VisualStudio.Data Namespace