Initializes a new instance of the GridCellBeginEditEventArgs class.

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

Syntax

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

Parameters

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

See Also