MobileForms Toolkit Documentation

ItemTemplate.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

ItemTemplate.CellCollection Class | Resco.Controls.AdvancedComboBox Namespace