DataPagerFieldCollection.OnInsertComplete(Int32, Object) Method

Definition

Performs additional processing after an item is added to the collection.

protected:
 override void OnInsertComplete(int index, System::Object ^ value);
protected override void OnInsertComplete (int index, object value);
override this.OnInsertComplete : int * obj -> unit
Protected Overrides Sub OnInsertComplete (index As Integer, value As Object)

Parameters

index
Int32

The index in the collection that the DataPagerField object was inserted at.

value
Object

The object that was inserted into the DataPagerFieldCollection collection.

Remarks

This method is called by the Insert method to perform additional processing after an item is added to the collection. This method raises the FieldsChanged event.

Applies to

See also