Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.EventArgs
An EventArgs object that contains 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.