CheckBoxData(FuncBool) Constructor
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public CheckBoxData(
Func<Bool> getCurrentValue
)
Public Sub New (
getCurrentValue As Func(Of Bool)
)
new :
getCurrentValue : Func<Bool> -> CheckBoxData
Parameters
- getCurrentValue FuncBool
- The getCurrentValue based on which this CheckBoxData will be created