DataConnection.OnStateChanged(DataConnectionStateChangedEventArgs) 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.
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
Event arguments for the specified event.