AjaxUpdatedControlsCollectionInsert Method |
Inserts an item at the specified index in the collection.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void Insert(
int index,
AjaxUpdatedControl updatedControl
)
Public Sub Insert (
index As Integer,
updatedControl As AjaxUpdatedControl
)
public:
void Insert(
int index,
AjaxUpdatedControl^ updatedControl
)
member Insert :
index : int *
updatedControl : AjaxUpdatedControl -> unit
Parameters
- index
- Type: SystemInt32
- updatedControl
- Type: Kettic.AspNet.ControlsAjaxUpdatedControl
See Also