Version

SelectionChanged Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Change the existing selection, by adding and removing items.", Documentation="Add to the existing selection [%a2] of type [%a1], and remove  from the existing selection [%a4] of type [%a3]")>
Sub SelectionChanged( _
   ByVal oEnumSelectedType As System.Object, _
   ByVal oSelectedItemsAdded As System.Object, _
   ByVal oEnumRemovedType As System.Object, _
   ByVal oSelectedItemsRemoved As System.Object _
) 
[TypeInfoMethod(Description="Change the existing selection, by adding and removing items.", Documentation="Add to the existing selection [%a2] of type [%a1], and remove  from the existing selection [%a4] of type [%a3]")]
void SelectionChanged( 
   System.object oEnumSelectedType,
   System.object oSelectedItemsAdded,
   System.object oEnumRemovedType,
   System.object oSelectedItemsRemoved
)
[TypeInfoMethod(Description="Change the existing selection, by adding and removing items.", Documentation="Add to the existing selection [%a2] of type [%a1], and remove  from the existing selection [%a4] of type [%a3]")]
void SelectionChanged( 
   System.Object* oEnumSelectedType,
   System.Object* oSelectedItemsAdded,
   System.Object* oEnumRemovedType,
   System.Object* oSelectedItemsRemoved
) 

Parameters

oEnumSelectedType
oSelectedItemsAdded
oEnumRemovedType
oSelectedItemsRemoved
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