ControlBaseAddBindingEvent(String, FuncInt32, ActionInt32, BindingEventHandlerIntBindingEventArgs) Method
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected void AddBindingEvent(
string name,
Func<int> getValue,
Action<int> setValue,
BindingEventHandler<IntBindingEventArgs> handler
)
Protected Sub AddBindingEvent (
name As String,
getValue As Func(Of Integer),
setValue As Action(Of Integer),
handler As BindingEventHandler(Of IntBindingEventArgs)
)
member AddBindingEvent :
name : string *
getValue : Func<int> *
setValue : Action<int> *
handler : BindingEventHandler<IntBindingEventArgs> -> unit
Parameters
- name String
-
- getValue FuncInt32
-
- setValue ActionInt32
-
- handler BindingEventHandlerIntBindingEventArgs
-