DataConnectionUIControl.SiteChanged Event

Occurs when the site, that is, the connection UI properties, has changed.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

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

.NET Framework Security

See Also

Reference

DataConnectionUIControl Class

Microsoft.VisualStudio.Data.Framework Namespace