Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public GridControlRowAddingEventArgs(
GridControl grid,
Row parentRow,
Object dataObject,
InsertionType insertionType
) |
Visual Basic |
---|
Public Sub New (
grid As GridControl,
parentRow As Row,
dataObject As Object,
insertionType As InsertionType
) |
Visual C++ |
---|
public:
GridControlRowAddingEventArgs(
GridControl^ grid,
Row^ parentRow,
Object^ dataObject,
InsertionType insertionType
) |
F# |
---|
new :
grid : GridControl *
parentRow : Row *
dataObject : Object *
insertionType : InsertionType -> GridControlRowAddingEventArgs |
Parameters
- grid
- Type: Dapfor.Wpf.Controls..::..GridControl
The grid.
- parentRow
- Type: Dapfor.Wpf.Controls..::..Row
The parent row.
- dataObject
- Type: System..::..Object
The data object.
- insertionType
- Type: Dapfor.Wpf.Controls..::..InsertionType
Type of the insertion.
See Also