MobileForms Toolkit Documentation

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

CellCollection Class | Resco.Controls.AdvancedTree Namespace