Called when a new Row is added to the grid.

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

Syntax

C#
protected virtual void OnRowAdded(
	Row row
)
Visual Basic
Protected Overridable Sub OnRowAdded ( 
	row As Row
)
Visual C++
protected:
virtual void OnRowAdded(
	Row^ row
)
F#
abstract OnRowAdded : 
        row : Row -> unit 
override OnRowAdded : 
        row : Row -> unit 

Parameters

row
Type: Dapfor.Net.Ui..::..Row
The row.

See Also