Share via


ConnectorEventArgs Class

Handles the connection event. Persists history using current settings from the UI controls.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectorEventArgs

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

Syntax

'Declaration
Public Class ConnectorEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ConnectorEventArgs
public class ConnectorEventArgs : EventArgs
public ref class ConnectorEventArgs : public EventArgs
type ConnectorEventArgs =  
    class
        inherit EventArgs
    end
public class ConnectorEventArgs extends EventArgs

The ConnectorEventArgs type exposes the following members.

Constructors

  Name Description
Public method ConnectorEventArgs Initializes a new instance of the ConnectorEventArgs class with the specified connection parameter.

Top

Properties

  Name Description
Public property Connection Gets an IDbConnection object for the connection to a data source.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field c Defines the open connection to a data source.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.