DataPagerFieldCollection.OnInsertComplete(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.