Compartilhar via


Evento DataConnectionUIControl.SiteChanged

Ocorre quando o site, ou seja, as propriedades de interface do usuário de conexão, alterar.

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

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataConnectionUIControl Classe

Namespace Microsoft.VisualStudio.Data.Framework