Compartir a través de


DataSiteableObject<T>.SiteChanged (Evento)

Se produce cuando cambia la propiedad Site.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

DataSiteableObject<T> Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)