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
event EventHandler IDataConnectionProperties.PropertyChanged
private:
virtual   event EventHandler^ PropertyChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
private abstract PropertyChanged : IEvent<EventHandler,
    EventArgs>
private override PropertyChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Implements

IDataConnectionProperties.PropertyChanged

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data Namespace