Show / Hide Table of Contents

Method ApplyRefresh

| Improve this Doc View Source

ApplyRefresh(Action<T, RowPresenter>)

Applies delegate to refresh this binding.

Declaration
public RowBinding<T> ApplyRefresh(Action<T, RowPresenter> refresh)
Parameters
Type Name Description
System.Action<T, RowPresenter> refresh

The delegate to refresh this binding.

Returns
Type Description
RowBinding<T>

This row binding for fluent coding.

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