Show / Hide Table of Contents

Constructor RowCompositeBinding

| Improve this Doc View Source

RowCompositeBinding()

Initializes a new instance of RowCompositeBinding<T> class.

Declaration
public RowCompositeBinding()
| Improve this Doc View Source

RowCompositeBinding(Action<T, RowPresenter>)

Initializes a new instance of RowCompositeBinding<T> class.

Declaration
public RowCompositeBinding(Action<T, RowPresenter> onRefresh)
Parameters
Type Name Description
System.Action<T, RowPresenter> onRefresh

The delegate to refresh the binding.

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