Called when a
Row becomes visible or invisible.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
protected virtual void OnRowVisibilityChanged(
Row row
) |
| Visual Basic |
|---|
Protected Overridable Sub OnRowVisibilityChanged (
row As Row
) |
| Visual C++ |
|---|
protected:
virtual void OnRowVisibilityChanged(
Row^ row
) |
| F# |
|---|
abstract OnRowVisibilityChanged :
row : Row -> unit
override OnRowVisibilityChanged :
row : Row -> unit |
Parameters
- row
- Type: Dapfor.Wpf.Controls..::..Row
The row.
See Also