Called when a new Row is added to the grid.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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.Wpf.Controls..::..Row
The row.

See Also