Called when the Row's height is changed.

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 OnRowHeightChanged(
	Row row
)
Visual Basic
Protected Overridable Sub OnRowHeightChanged ( 
	row As Row
)
Visual C++
protected:
virtual void OnRowHeightChanged(
	Row^ row
)
F#
abstract OnRowHeightChanged : 
        row : Row -> unit 
override OnRowHeightChanged : 
        row : Row -> unit 

Parameters

row
Type: Dapfor.Wpf.Controls..::..Row
The row.

See Also