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 an event if the Site has changed.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overrides Sub OnSiteChanged ( _
e As EventArgs _
)
protected override void OnSiteChanged(
EventArgs e
)
protected:
virtual void OnSiteChanged(
EventArgs^ e
) override
abstract OnSiteChanged :
e:EventArgs -> unit
override OnSiteChanged :
e:EventArgs -> unit
protected override function OnSiteChanged(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
Event to be raised.
Remarks
Overrides OnSiteChanged.
.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.