Initializes a new instance of the GridRowAddingEventArgs class.

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

Syntax

C#
public GridRowAddingEventArgs(
	Row parentRow,
	Object dataObject,
	InsertionType insertionType
)
Visual Basic
Public Sub New ( 
	parentRow As Row,
	dataObject As Object,
	insertionType As InsertionType
)
Visual C++
public:
GridRowAddingEventArgs(
	Row^ parentRow, 
	Object^ dataObject, 
	InsertionType insertionType
)
F#
new : 
        parentRow : Row * 
        dataObject : Object * 
        insertionType : InsertionType -> GridRowAddingEventArgs

Parameters

parentRow
Type: Dapfor.Net.Ui..::..Row
The parent row.
dataObject
Type: System..::..Object
The data object.
insertionType
Type: Dapfor.Net.Ui..::..InsertionType
Type of the insertion.

See Also