BeginEditEventArgs클래스의 새 인스턴스를 초기화합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public BeginEditEventArgs( Cell cell ) |
Visual Basic |
---|
Public Sub New ( _ cell As Cell _ ) |
Visual C++ |
---|
public: BeginEditEventArgs( Cell^ cell ) |
Parameters
- cell
- Type: Ntreev.Windows.Forms.Grid..::..Cell
편집이 되는 Cell의 인스턴스입니다.