UIControllerBindForceSaveRow Method
Sets an expression that will determine the value of the
ForceSaveRow property.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void BindForceSaveRow(
Func<bool> condition
)
Public Sub BindForceSaveRow (
condition As Func(Of Boolean)
)
member BindForceSaveRow :
condition : Func<bool> -> unit
Parameters
- condition FuncBoolean
- The expression that will determine the value of the ForceSaveRow property
See the
ForceSaveRow property for more details
The expression will be evaluated when the value of
ForceSaveRow property is queried.