Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
protected virtual void OnRowAdding(
Row parentRow,
ref Object dataObject,
ref InsertionType insertionType
) |
Visual Basic |
---|
Protected Overridable Sub OnRowAdding (
parentRow As Row,
ByRef dataObject As Object,
ByRef insertionType As InsertionType
) |
Visual C++ |
---|
protected:
virtual void OnRowAdding(
Row^ parentRow,
Object^% dataObject,
InsertionType% insertionType
) |
F# |
---|
abstract OnRowAdding :
parentRow : Row *
dataObject : Object byref *
insertionType : InsertionType byref -> unit
override OnRowAdding :
parentRow : Row *
dataObject : Object byref *
insertionType : InsertionType byref -> unit |
Parameters
- parentRow
- Type: Dapfor.Wpf.Controls..::..Row
The parent row.
- dataObject
- Type: System..::..Object%
The data object.
- insertionType
- Type: Dapfor.Wpf.Controls..::..InsertionType%
Insertion type.
See Also