MobileForms Toolkit Documentation

RowTemplate.CellCollection.OnSet Method 

Performs additional custom processes when setting a value in the CellCollection.

protected override void OnSet(
int index,
object oldValue,
object newValue
);

Parameters

index
The zero-based index at which oldValue can be found.
oldValue
The value to replace with newValue.
newValue
The new value of the element at index.

See Also

RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace