Method ApplyRefresh
| Improve this Doc View SourceApplyRefresh(Action<T, ScalarPresenter>)
Applies delegate to Refresh this binding.
Declaration
public ScalarBinding<T> ApplyRefresh(Action<T, ScalarPresenter> refresh)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T, ScalarPresenter> | refresh | The delegate to refresh this binding. |
Returns
| Type | Description |
|---|---|
| ScalarBinding<T> | This scalar binding for fluent coding. |