ControlBaseAddBindingEvent(String, FuncBoolean, ActionBoolean, BindingEventHandlerBooleanBindingEventArgs) Method
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected void AddBindingEvent(
string name,
Func<bool> getValue,
Action<bool> setValue,
BindingEventHandler<BooleanBindingEventArgs> handler
)
Protected Sub AddBindingEvent (
name As String,
getValue As Func(Of Boolean),
setValue As Action(Of Boolean),
handler As BindingEventHandler(Of BooleanBindingEventArgs)
)
member AddBindingEvent :
name : string *
getValue : Func<bool> *
setValue : Action<bool> *
handler : BindingEventHandler<BooleanBindingEventArgs> -> unit
Parameters
- name String
-
- getValue FuncBoolean
-
- setValue ActionBoolean
-
- handler BindingEventHandlerBooleanBindingEventArgs
-