ControlBaseAddBindingEvent(String, FuncColor, ActionColor, BindingEventHandlerColorBindingEventArgs) Method
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected void AddBindingEvent(
string name,
Func<Color> getValue,
Action<Color> setValue,
BindingEventHandler<ColorBindingEventArgs> handler
)
Protected Sub AddBindingEvent (
name As String,
getValue As Func(Of Color),
setValue As Action(Of Color),
handler As BindingEventHandler(Of ColorBindingEventArgs)
)
member AddBindingEvent :
name : string *
getValue : Func<Color> *
setValue : Action<Color> *
handler : BindingEventHandler<ColorBindingEventArgs> -> unit
Parameters
- name String
-
- getValue FuncColor
-
- setValue ActionColor
-
- handler BindingEventHandlerColorBindingEventArgs
-