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
'Déclaration
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.