Constructor CheckBoxTableSourceWrapperBase
CheckBoxTableSourceWrapperBase(TableView, ITableSource)
Creates a new instance of the class presenting the data in toWrap plus an additional
checkbox column.
public CheckBoxTableSourceWrapperBase(TableView tableView, ITableSource toWrap)
Parameters
tableViewTableViewThe TableView this source will be used with. This is required for event registration.
toWrapITableSourceThe original data source of the TableView that you want to add checkboxes to.