Freigeben über


DataSiteableServiceProvider<T>.OnSiteChanged-Methode

Löst das SiteChanged-Ereignis aus.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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
)

Parameter

  • e
    Typ: EventArgs

    Ein EventArgs-Objekt, das Ereignisdaten enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSiteableServiceProvider<T> Klasse

Microsoft.VisualStudio.Data.Framework-Namespace