Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileReferenceCollection Class / OnItemRemove Method

In This Topic
    OnItemRemove Method
    In This Topic
    Called whenever an item has to be removed to the collection
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnItemRemove( _
       ByVal item As FileReference _
    ) As Boolean
    protected virtual bool OnItemRemove( 
       FileReference item
    )

    Parameters

    item

    Return Value

    True if an item was removed, false if none was found.
    Remarks
    Raises the CollectionChanged event.
    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