Documentation EDI-Interface LKW Walter AT - Release 1.6.1
Choice_CollectionChanged Method (Seller)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Seller Class : Choice_CollectionChanged Method
Syntax
'Declaration
 
Protected Sub Choice_CollectionChanged( _
   ByVal propteryName As String, _
   ByVal colCount As Long, _
   ByRef currentlySelectedElement As String _
) 
'Usage
 
Dim instance As Seller
Dim propteryName As String
Dim colCount As Long
Dim currentlySelectedElement As String
 
instance.Choice_CollectionChanged(propteryName, colCount, currentlySelectedElement)
protected void Choice_CollectionChanged( 
   string propteryName,
   long colCount,
   ref string currentlySelectedElement
)
protected:
void Choice_CollectionChanged( 
   String^ propteryName,
   int64 colCount,
   String^% currentlySelectedElement
) 

Parameters

propteryName
colCount
currentlySelectedElement
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

Reference

Seller Class
Seller Members