DataConnection.StateChanged Event

Event that is raised when the state of the data connection has changed.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public MustOverride Event StateChanged As DataConnectionStateChangedEventHandler
'Usage
Dim instance As DataConnection 
Dim handler As DataConnectionStateChangedEventHandler 

AddHandler instance.StateChanged, handler
public abstract event DataConnectionStateChangedEventHandler StateChanged
public:
virtual   event DataConnectionStateChangedEventHandler^ StateChanged {
    void add (DataConnectionStateChangedEventHandler^ value);
    void remove (DataConnectionStateChangedEventHandler^ value);
}
JScript does not support events.

Remarks

This event is handled by the OnStateChanged method.

.NET Framework Security

See Also

Reference

DataConnection Class

DataConnection Members

Microsoft.VisualStudio.Data Namespace