Show / Hide Table of Contents

Method ApplySetup

| Improve this Doc View Source

ApplySetup(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>
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest