Called after the Row has been removed from the GridControl.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
protected virtual void OnRowRemoved( Row row ) |
| Visual Basic |
|---|
Protected Overridable Sub OnRowRemoved ( row As Row ) |
| Visual C++ |
|---|
protected: virtual void OnRowRemoved( Row^ row ) |
| F# |
|---|
abstract OnRowRemoved : row : Row -> unit override OnRowRemoved : row : Row -> unit |
Parameters
- row
- Type: Dapfor.Wpf.Controls..::..Row
The row.