Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Raises the SiteChanged event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
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
)
Parameters
e
Type: System.EventArgsAn EventArgs object containing the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.