ConnectorEventHandler Delegate

 

Represents the method that will handle the event of a connection.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

public delegate void ConnectorEventHandler(
	Object^ sender,
	ConnectorEventArgs^ args
)

Parameters

sender
Type: System::Object^

A Object representing the source of the event.

args
Type: Microsoft.SqlServer.Management.UI.ConnectionDlg::ConnectorEventArgs^

A ConnectorEventArgs that contains the event data.

Return to top
Show: