Initializes a new instance of the AddCommand class

Namespace:  PerpetuumSoft.Reporting.CommandModel
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public AddCommand(
	Object target,
	IList list,
	int position
)
Visual Basic (Declaration)
Public Sub New ( _
	target As Object, _
	list As IList, _
	position As Integer _
)
Visual C++
public:
AddCommand(
	Object^ target, 
	IList^ list, 
	int position
)

Parameters

target
Type: System..::.Object
list
Type: System.Collections..::.IList
position
Type: System..::.Int32

See Also