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.
Handles the StateChanged event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnStateChanged ( _
e As DataConnectionStateChangedEventArgs _
)
protected virtual void OnStateChanged(
DataConnectionStateChangedEventArgs e
)
protected:
virtual void OnStateChanged(
DataConnectionStateChangedEventArgs^ e
)
abstract OnStateChanged :
e:DataConnectionStateChangedEventArgs -> unit
override OnStateChanged :
e:DataConnectionStateChangedEventArgs -> unit
protected function OnStateChanged(
e : DataConnectionStateChangedEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs
A DataConnectionStateChangedEventArgs 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.