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
public event DataConnectionPropertyChangedEventHandler PropertyChanged
public:
 event DataConnectionPropertyChangedEventHandler^ PropertyChanged {
    void add (DataConnectionPropertyChangedEventHandler^ value);
    void remove (DataConnectionPropertyChangedEventHandler^ value);
}
member PropertyChanged : IEvent<DataConnectionPropertyChangedEventHandler,
    DataConnectionPropertyChangedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data Namespace