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 개체를 가져옵니다.

적용 대상