DataConnectionSupport.StateChanged Event

Definition

Occurs when the state of the data connection has changed.

public:
 virtual event EventHandler<Microsoft::VisualStudio::Data::Services::DataConnectionStateChangedEventArgs ^> ^ StateChanged;
public event EventHandler<Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs> StateChanged;
member this.StateChanged : EventHandler<Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs> 
Public Event StateChanged As EventHandler(Of DataConnectionStateChangedEventArgs) 

Event Type

Implements

Applies to