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

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

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