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 _
)
public delegate void DataConnectionPropertyChangedEventHandler(
Object sender,
DataConnectionPropertyChangedEventArgs e
)
public delegate void DataConnectionPropertyChangedEventHandler(
Object^ sender,
DataConnectionPropertyChangedEventArgs^ e
)
type DataConnectionPropertyChangedEventHandler =
delegate of
sender:Object *
e:DataConnectionPropertyChangedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.VisualStudio.Data.DataConnectionPropertyChangedEventArgs
A DataConnectionPropertyChangedEventArgs object instance that contains the event data.