Method Refresh
| Improve this Doc View SourceRefresh(T, RowPresenter)
Refresh the row binding.
Declaration
protected abstract void Refresh(T view, RowPresenter presenter)Parameters
| Type | Name | Description | 
|---|---|---|
| T | view | The target UI element. | 
| RowPresenter | presenter | The row presenter. |