Called when a
Row is expanding or collapsing.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected virtual bool OnRowExpansionChanging(
Row row,
bool newValue
) |
Visual Basic |
---|
Protected Overridable Function OnRowExpansionChanging (
row As Row,
newValue As Boolean
) As Boolean |
Visual C++ |
---|
protected:
virtual bool OnRowExpansionChanging(
Row^ row,
bool newValue
) |
F# |
---|
abstract OnRowExpansionChanging :
row : Row *
newValue : bool -> bool
override OnRowExpansionChanging :
row : Row *
newValue : bool -> bool |
Parameters
- row
- Type: Dapfor.Net.Ui..::..Row
The row.
- newValue
- Type: System..::..Boolean
New value, indicating whether the row should be expanded.
Return Value
Type:
Boolean
Value, indicating if the operation should be cancelled
See Also