DataPagerFieldCollection.OnRemoveComplete(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 removed from the collection.
protected:
override void OnRemoveComplete(int index, System::Object ^ value);
protected override void OnRemoveComplete (int index, object value);
override this.OnRemoveComplete : int * obj -> unit
Protected Overrides Sub OnRemoveComplete (index As Integer, value As Object)
Parameters
- index
- Int32
The index in the collection that the DataPagerField object was removed from.
- value
- Object
The object that was removed from the DataPagerFieldCollection collection.
Remarks
This method is called by the Remove or RemoveAt method to perform additional processing after an item is removed from the collection. This method raises the FieldsChanged event.