ConnectorEventArgs クラス

定義

接続イベントを処理します。 UIコントロールの現在設定を使って履歴を永続化します。

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

コンストラクター

名前 説明
ConnectorEventArgs(IDbConnection)

指定された接続パラメータで ConnectorEventArgs クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
c

データソースへのオープン接続を定義します。

プロパティ

名前 説明
Connection

データソースへの接続のために、 IDbConnection オブジェクトを取得します。

適用対象