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