ControlBaseAddCustomBindT Method
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void AddCustomBind<T>(
Func<T> evalutateValue,
Action<T> setPropertiesAcordingToValues
)
Public Sub AddCustomBind(Of T) (
evalutateValue As Func(Of T),
setPropertiesAcordingToValues As Action(Of T)
)
member AddCustomBind :
evalutateValue : Func<'T> *
setPropertiesAcordingToValues : Action<'T> -> unit
- evalutateValue FuncT
-
- setPropertiesAcordingToValues ActionT
-
- T