Version

SelectionRemoved Method (DataPresenterRecordProxyBase)

Remove one or many items of the supplied selection type to the selected items collection
Syntax
'Declaration
 
Public Sub SelectionRemoved( _
   ByVal oEnumRemovedType As System.Object, _
   ByVal oSelectedItemsRemoved As System.Object _
) 
public void SelectionRemoved( 
   System.object oEnumRemovedType,
   System.object oSelectedItemsRemoved
)
public: void SelectionRemoved( 
   System.Object* oEnumRemovedType,
   System.Object* oSelectedItemsRemoved
) 

Parameters

oEnumRemovedType
string or enumerated value representing the type of subitem to remove from selection
oSelectedItemsRemoved
Represents a single path to a grid selectable item, or an object array of grid selectable items. A path to a record can be either an integer of the visible index, or a string path to the record. A string path to a cell or a string path to a field.
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