Share via


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

'Declaration
Public Event PropertyChanged As DataConnectionPropertyChangedEventHandler
'Usage
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.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data Namespace