Show / Hide Table of Contents

Constructor RowBinding

| Improve this Doc View Source

RowBinding(Action<T, RowPresenter>)

Initializes a new instance of RowBinding<T> class.

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

The delegate to refresh the binding.

| Improve this Doc View Source

RowBinding(Action<T, RowPresenter>, Action<T, RowPresenter>, Action<T, RowPresenter>)

Initializes a new instance of RowBinding<T> class.

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

The delegate to refresh the binding.

System.Action<T, RowPresenter> onSetup

The delegate to setup the binding.

System.Action<T, RowPresenter> onCleanup

The delegate to cleanup the binding.

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