Raises the SiteChanged event.
Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
声明
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 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.