Called when a
Row is expanded or collapsed.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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.Net.Ui..::..Row
[Missing <param name="row"/> documentation for "M:Dapfor.Net.Ui.Grid.OnRowExpansionChanged(Dapfor.Net.Ui.Row)"]
See Also