MobileForms Toolkit Documentation

ColumnCollection.OnRemoveComplete Method 

Performs additional custom processes after removing an element from the CollectionBase 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.

Remarks

Updates parent SmartGrid.

See Also

ColumnCollection Class | Resco.Controls.SmartGrid Namespace