DataConnectionSupport.OnStateChanged Method

Definition

Handles the StateChanged event.

protected:
 virtual void OnStateChanged(Microsoft::VisualStudio::Data::Services::DataConnectionStateChangedEventArgs ^ e);
protected virtual void OnStateChanged (Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs e);
abstract member OnStateChanged : Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs -> unit
override this.OnStateChanged : Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs -> unit
Protected Overridable Sub OnStateChanged (e As DataConnectionStateChangedEventArgs)

Parameters

Applies to