Share via


DataConnectionSupport.OnStateChanged Method

Handles the StateChanged event.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Sub OnStateChanged ( _
    e As DataConnectionStateChangedEventArgs _
)
protected virtual void OnStateChanged(
    DataConnectionStateChangedEventArgs e
)
protected:
virtual void OnStateChanged(
    DataConnectionStateChangedEventArgs^ e
)
abstract OnStateChanged : 
        e:DataConnectionStateChangedEventArgs -> unit  
override OnStateChanged : 
        e:DataConnectionStateChangedEventArgs -> unit
protected function OnStateChanged(
    e : DataConnectionStateChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DataConnectionSupport Class

Microsoft.VisualStudio.Data.Framework Namespace