MobileForms Toolkit Documentation

RowTemplate.CellCollection.OnInsert Method 

Performs additional custom processes before inserting a new element into the CellCollection.

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

RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace