Share via


ServiceProviderWithSite.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

.NET Framework Security

See Also

Reference

ServiceProviderWithSite Class

Microsoft.VisualStudio.Data Namespace

ServiceProviderWithSite