DataSiteableObject<T>.OnSiteChanged Method
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 _
)
'使用
Dim e As EventArgs
Me.OnSiteChanged(e)
protected virtual void OnSiteChanged(
EventArgs e
)
protected:
virtual void OnSiteChanged(
EventArgs^ e
)
protected function OnSiteChanged(
e : EventArgs
)
Parameters
e
Type: System.EventArgsAn EventArgs object that contains the event data.
Permissions
- 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.