ObjectWithSite.OnSiteChanged Method
Raises the SiteChanged event.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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 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.