DataConnectionSupport.OnStateChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A DataConnectionStateChangedEventArgs object containing the event data.