Share via


DataConnectionProperties.IDataConnectionProperties.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
Private Event PropertyChanged As EventHandler 
    Implements IDataConnectionProperties.PropertyChanged
'Usage
Dim instance As DataConnectionProperties 
Dim handler As EventHandler 

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

Implements

IDataConnectionProperties.PropertyChanged

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data Namespace