Called when a Row is removing 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 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.Wpf.Controls..::..Row
The row.