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 EventHandler PropertyChanged
event EventHandler^ PropertyChanged {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
abstract PropertyChanged : IEvent<EventHandler,
    EventArgs>
Event PropertyChanged As EventHandler

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).

See Also

IDataConnectionProperties Interface
Microsoft.Data.ConnectionUI Namespace

Return to top