The EditValueEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodEditValueEventArgs
DetachEventArgs<(Of <(<'TControl>)>)>클래스의 새 인스턴스를 초기화합니다.

Properties

  NameDescription
Public propertyBy
셀의 편집이 어떠한 방식으로 시작되었는지를 나타내는 EditingReason개체를 가져옵니다.
Public propertySuppressEditing
컨트롤을 사용하여 계속 편집을 진행할지에 대한 여부를 가져오거나 설정합니다.
Public propertyValue
편집될 값을 가져오거나 설정합니다.

See Also