Compartir a través de


ObjectWithSite.SiteChanged (Evento)

Evento que se produce cuando se cambia la propiedad de Site .

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.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

ObjectWithSite Clase

Microsoft.VisualStudio.Data (Espacio de nombres)