DataConnectionStateChangedEventHandler Delegate

Represents the method that handles the StateChanged event of a specified data connection.

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

Syntax

'Declaration
Public Delegate Sub DataConnectionStateChangedEventHandler ( _
    sender As Object, _
    e As DataConnectionStateChangedEventArgs _
)
'Usage
Dim instance As New DataConnectionStateChangedEventHandler(AddressOf HandlerMethod)
public delegate void DataConnectionStateChangedEventHandler(
    Object sender,
    DataConnectionStateChangedEventArgs e
)
public delegate void DataConnectionStateChangedEventHandler(
    Object^ sender, 
    DataConnectionStateChangedEventArgs^ e
)
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.VisualStudio.Data Namespace