ArcFM Engine Developer Guide
RemoveItemFromItemsControl Method


Syntax
'Declaration
 
Public Shared Function RemoveItemFromItemsControl( _
   ByVal itemsControl As ItemsControl, _
   ByVal itemToRemove As Object _
) As Integer
'Usage
 
Dim itemsControl As ItemsControl
Dim itemToRemove As Object
Dim value As Integer
 
value = DragDropUtilities.RemoveItemFromItemsControl(itemsControl, itemToRemove)
public static int RemoveItemFromItemsControl( 
   ItemsControl itemsControl,
   object itemToRemove
)

Parameters

itemsControl
itemToRemove
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DragDropUtilities Class
DragDropUtilities Members

 

 


Send Comment