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

'宣言
Event PropertyChanged As EventHandler
'使用
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).

Permissions

See Also

Reference

IDataConnectionProperties Interface

IDataConnectionProperties Members

Microsoft.Data.ConnectionUI Namespace