DataConnection.OnStateChanged(DataConnectionStateChangedEventArgs) Method

Definition

Handler for the StateChanged event.

protected:
 abstract void OnStateChanged(Microsoft::VisualStudio::Data::DataConnectionStateChangedEventArgs ^ e);
protected abstract void OnStateChanged (Microsoft.VisualStudio.Data.DataConnectionStateChangedEventArgs e);
abstract member OnStateChanged : Microsoft.VisualStudio.Data.DataConnectionStateChangedEventArgs -> unit
Protected MustOverride Sub OnStateChanged (e As DataConnectionStateChangedEventArgs)

Parameters

e
DataConnectionStateChangedEventArgs

Event arguments for the specified event.

Applies to