Constructor RowCompositeBinding
| Improve this Doc View SourceRowCompositeBinding()
Initializes a new instance of RowCompositeBinding<T> class.
Declaration
public RowCompositeBinding()
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. |