MobileForms Toolkit Documentation

ColumnCollection.OnRemove Method 

Performs additional custom processes before removing an element from the CollectionBase instance.

protected override void OnRemove(
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

ColumnCollection Class | Resco.Controls.SmartGrid Namespace