DataConnectionSupport.StateChanged Event
Occurs when the state of the data connection has changed.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of DataConnectionStateChangedEventArgs)
public event EventHandler<DataConnectionStateChangedEventArgs> StateChanged
public:
virtual event EventHandler<DataConnectionStateChangedEventArgs^>^ StateChanged {
void add (EventHandler<DataConnectionStateChangedEventArgs^>^ value);
void remove (EventHandler<DataConnectionStateChangedEventArgs^>^ value);
}
abstract StateChanged : IEvent<EventHandler<DataConnectionStateChangedEventArgs>,
DataConnectionStateChangedEventArgs>
override StateChanged : IEvent<EventHandler<DataConnectionStateChangedEventArgs>,
DataConnectionStateChangedEventArgs>
JScript does not support events.
Implements
IVsDataConnectionEvents.StateChanged
.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.