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