Share via


DataConnectionProperties.PropertyChanged Event

Occurs on the occurrence of a change to a connection property.

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

Syntax

'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
Dim instance As DataConnectionProperties 
Dim handler As PropertyChangedEventHandler 

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

Implements

INotifyPropertyChanged.PropertyChanged

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace