ConnectorEventHandler Delegate
Represents the method that will handle the event of a connection.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
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.
Show: