값 변경 이벤트의 관련된 데이터를 제공합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public class ValueChangingEventArgs : CellEventArgs
Visual Basic
Public Class ValueChangingEventArgs _
	Inherits CellEventArgs
Visual C++
public ref class ValueChangingEventArgs : public CellEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Ntreev.Windows.Forms.Grid..::..CellEventArgs
      Ntreev.Windows.Forms.Grid..::..ValueChangingEventArgs

See Also