| MobileForms Toolkit Documentation |
|
ColumnCollection.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.
Remarks
Updates parent SmartGrid.
See Also
ColumnCollection Class | Resco.Controls.SmartGrid Namespace