Constructor RowBinding
| Improve this Doc View SourceRowBinding(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. |
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. |