BCGSoft.Controls.PropertyList Namespace > PropertyListItemCollection Class : OnInsertComplete Method |
The new value of the element at index.
Performs additional custom processes after inserting a new element into the PropertyListItemCollection instance. It sets a parent property list for the inserted item equal to the parent property list of the PropertyListItemCollection.
'Declaration Public Overrides Sub OnInsertComplete( _ ByVal index As Integer, _ ByVal value As Object _ )
'Usage Dim instance As PropertyListItemCollection Dim index As Integer Dim value As Object instance.OnInsertComplete(index, value)
The new value of the element at index.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
PropertyListItemCollection Class
PropertyListItemCollection Members
Base Implementation in OnInsertComplete