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