Called when a Row is removing from 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 OnRowRemoving(
	Row row
)
Visual Basic
Protected Overridable Sub OnRowRemoving ( 
	row As Row
)
Visual C++
protected:
virtual void OnRowRemoving(
	Row^ row
)
F#
abstract OnRowRemoving : 
        row : Row -> unit 
override OnRowRemoving : 
        row : Row -> unit 

Parameters

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

See Also