Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileReferenceCollection Class / OnItemSet Method
The index of an existing item in the collection to set
The item to place at that location

In This Topic
    OnItemSet Method
    In This Topic
    Called to set an item to a specific location in the index, removing whatever is there
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnItemSet( _
       ByVal index As Integer, _
       ByVal item As FileReference _
    ) 
    protected virtual void OnItemSet( 
       int index,
       FileReference item
    )

    Parameters

    index
    The index of an existing item in the collection to set
    item
    The item to place at that location
    Remarks
    Raises an event for each collection change (remove and add) that may happen.
    Requirements

    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

    See Also