Events
- Last UpdatedJun 06, 2017
- 1 minute read
You can use the following events with the BatchList control.
Afterdeck
The Afterdeck event is called when the control is clicked and after any batch-specific processing is performed. The event passes the arguments Row number and Result. The Result value indicates if it was a double or single click.
AllItemsDeleted
The AllItemsDeleted event is called after the list has been cleared.
BeforeListBusy
The BeforeListIsBusy event is called before the list is about to indicate that it is busy.
Click
The Click event is called when a list item is clicked but before any batch-specific processing is performed. The row number clicked is passed as an argument.
DblClick
The DblClick event is called when a list item is double clicked but before any batch-specific processing is performed. The row number double clicked is passed as an argument.
ItemAdded
The ItemAdded event is called after a list item (row) has been added to the list. The row number of the added row is passed as an argument.
ItemChanged
The ItemChanged event is called after a list item (row) has been changed. The row number of the changed row is passed as an argument.
ItemDeleted
The ItemDeleted event is called after a list item (row) has been deleted from the list. The old row number of the deleted line is passed as an argument.
ItemSelected
The ItemSelected event is called after a list item (row) has been selected. The row number selected is passed as an argument.