Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.VisualStudio.Data.DataConnectionPropertyChangedEventArgsA DataConnectionPropertyChangedEventArgs object instance that contains the event data.