DataConnectionSupport.OnStateChanged Method

Handles the StateChanged event.

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

Syntax

'宣言
Protected Overridable Sub OnStateChanged ( _
    e As DataConnectionStateChangedEventArgs _
)
'使用
Dim e As DataConnectionStateChangedEventArgs

Me.OnStateChanged(e)
protected virtual void OnStateChanged(
    DataConnectionStateChangedEventArgs e
)
protected:
virtual void OnStateChanged(
    DataConnectionStateChangedEventArgs^ e
)
protected function OnStateChanged(
    e : DataConnectionStateChangedEventArgs
)

Parameters

Permissions

See Also

Reference

DataConnectionSupport Class

DataConnectionSupport Members

Microsoft.VisualStudio.Data.Framework Namespace