MobileForms Toolkit Documentation

StyleCollection.OnInsertComplete Method 

Performs additional custom processes after inserting a new element into the CollectionBase instance.

protected override void OnInsertComplete(
int index,
object value
);

Parameters

index
The zero-based index at which to insert value.
value
The new value of the element at index.

See Also

StyleCollection Class | Resco.Controls.SmartGrid Namespace