Called when the
Row's appearance is changed.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected virtual void OnRowAppearanceChanged(
Row row
) |
Visual Basic |
---|
Protected Overridable Sub OnRowAppearanceChanged (
row As Row
) |
Visual C++ |
---|
protected:
virtual void OnRowAppearanceChanged(
Row^ row
) |
F# |
---|
abstract OnRowAppearanceChanged :
row : Row -> unit
override OnRowAppearanceChanged :
row : Row -> unit |
Parameters
- row
- Type: Dapfor.Net.Ui..::..Row
The row.
See Also