Partilhar via


Método ObjectWithSite.OnSiteChanged

Gera o evento SiteChanged.

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

Sintaxe

'Declaração
Protected Overridable Sub OnSiteChanged ( _
    e As EventArgs _
)
protected virtual void OnSiteChanged(
    EventArgs e
)
protected:
virtual void OnSiteChanged(
    EventArgs^ e
)
abstract OnSiteChanged : 
        e:EventArgs -> unit 
override OnSiteChanged : 
        e:EventArgs -> unit 
protected function OnSiteChanged(
    e : EventArgs
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ObjectWithSite Classe

Namespace Microsoft.VisualStudio.Data