The ColumnBindingEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodColumnBindingEventArgs(PropertyDescriptor)
ColumnBindingEventArgs클래스의 새 인스턴스를 초기화합니다.
Public methodColumnBindingEventArgs(PropertyDescriptor, Column)
ColumnBindingEventArgs클래스의 새 인스턴스를 초기화합니다.

Properties

  NameDescription
Public propertyBindingColumn
연결될 새로운 Column의 인스턴스를 가져오거나 설정합니다.
Public propertyPropertyDescriptor
새로운 Column의 인스턴스와 연결될 데이터의 정보를 가져옵니다.

See Also