Method ApplyRefresh
| Improve this Doc View SourceApplyRefresh(Action<T, BlockPresenter>)
Applies additional refresh logic.
Declaration
public BlockBinding<T> ApplyRefresh(Action<T, BlockPresenter> refresh)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T, BlockPresenter> | refresh | Delegate to refresh the binding. |
Returns
| Type | Description |
|---|---|
| BlockBinding<T> |