ConnectorEventArgs Class

Definition

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

public ref class ConnectorEventArgs : EventArgs
public class ConnectorEventArgs : EventArgs
type ConnectorEventArgs = class
    inherit EventArgs
Public Class ConnectorEventArgs
Inherits EventArgs
Inheritance
ConnectorEventArgs

Constructors

ConnectorEventArgs(IDbConnection)

Initializes a new instance of the ConnectorEventArgs class with the specified connection parameter.

Fields

c

Defines the open connection to a data source.

Properties

Connection

Gets an IDbConnection object for the connection to a data source.

Applies to