Version

FieldChooserDataSourceUpdateEventArgs Constructor

Initializes a new instance of the FieldChooserDataSourceUpdateEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal item As FieldChooserItem, _
   ByVal newAreaItem As Infragistics.Olap.IAreaItemViewModel, _
   ByVal targetCollection As IList(Of IAreaItemViewModel) _
)
public FieldChooserDataSourceUpdateEventArgs( 
   int index,
   FieldChooserItem item,
   Infragistics.Olap.IAreaItemViewModel newAreaItem,
   IList<IAreaItemViewModel> targetCollection
)

Parameters

index
The index where the item will be inserted.
item
The FieldChooserItem which correspondce to the new area item
newAreaItem
The new item which will be inserted to data source.
targetCollection
The target collection.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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