Share via


IDataConnectionProperties.PropertyChanged Event

Event that is raised when a data provider connection property is changed.

Namespace:  Microsoft.Data.ConnectionUI
Assembly:  Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)

Syntax

'Declaration
Event PropertyChanged As EventHandler
event EventHandler PropertyChanged
event EventHandler^ PropertyChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract PropertyChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

The Data Connection dialog box hooks into this event in order to determine when to get the IsComplete property, and thus update the status of the OK button (enabled or disabled).

.NET Framework Security

See Also

Reference

IDataConnectionProperties Interface

Microsoft.Data.ConnectionUI Namespace