DataConnectionProperties.PropertyChanged Event

Event that fires on the occurrence of a change to a connection property.

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

Syntax

Public Event PropertyChanged As DataConnectionPropertyChangedEventHandler

Dim instance As DataConnectionProperties
Dim handler As DataConnectionPropertyChangedEventHandler

AddHandler instance.PropertyChanged, handler
public event DataConnectionPropertyChangedEventHandler PropertyChanged
public:
 event DataConnectionPropertyChangedEventHandler^ PropertyChanged {
    void add (DataConnectionPropertyChangedEventHandler^ value);
    void remove (DataConnectionPropertyChangedEventHandler^ value);
}
JScript does not support events.

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data Namespace