| MobileForms Toolkit Documentation |
|
RowTemplate.CellCollection.OnRemoveComplete Method
Performs additional custom processes after removing an element from the CellCollection.
protected override
void OnRemoveComplete(
int index,
object value);
Parameters
-
index
- The zero-based index at which value can be found.
-
value
- The value of the element to remove from index.
See Also
RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace