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
'Usage
Dim instance As IDataConnectionProperties 
Dim handler As EventHandler 

AddHandler instance.PropertyChanged, handler
event EventHandler PropertyChanged
event EventHandler^ PropertyChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
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

IDataConnectionProperties Members

Microsoft.Data.ConnectionUI Namespace