Initializes a new instance of the GridCellEndEditEventArgs class.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public GridCellEndEditEventArgs(
	Grid grid,
	Cell cell,
	StopEditReason reason,
	UITypeEditor editor
)
Visual Basic
Public Sub New ( 
	grid As Grid,
	cell As Cell,
	reason As StopEditReason,
	editor As UITypeEditor
)
Visual C++
public:
GridCellEndEditEventArgs(
	Grid^ grid, 
	Cell^ cell, 
	StopEditReason reason, 
	UITypeEditor^ editor
)
F#
new : 
        grid : Grid * 
        cell : Cell * 
        reason : StopEditReason * 
        editor : UITypeEditor -> GridCellEndEditEventArgs

Parameters

grid
Type: Dapfor.Net.Ui..::..Grid
The grid.
cell
Type: Dapfor.Net.Ui..::..Cell
The cell.
reason
Type: Dapfor.Net.Editors..::..StopEditReason
The reason.
editor
Type: System.Drawing.Design..::..UITypeEditor
The editor.

See Also