Show / Hide Table of Contents

Method ApplyRefresh

| Improve this Doc View Source

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