[]
Called when insert item at index.
protected override void InsertItem(int index, NumberDisplayField item)
Protected Overrides Sub InsertItem(index As Integer, item As NumberDisplayField)
Type | Name | Description |
---|---|---|
int | index | The specified position that used to insert item. |
NumberDisplayField | item | The item used to insert to the collection. |