MobileForms Toolkit Documentation

StyleCollection.OnRemove Method 

Performs additional custom processes bedfore 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

StyleCollection Class | Resco.Controls.SmartGrid Namespace