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 _
)
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

See Also

Reference

Microsoft.VisualStudio.Data Namespace