Show / Hide Table of Contents

Method ApplyRefresh

| Improve this Doc View Source

ApplyRefresh(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest