| MobileForms Toolkit Documentation |
|
ImageCollection.OnRemoveComplete Method
Performs additional custom processes after removing an element from the ImageCollection instance.
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
ImageCollection Class | Resco.Controls Namespace