Initializes a new instance of the DeleteCommand class
Namespace:
PerpetuumSoft.Reporting.CommandModelAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DeleteCommand( Object target, IList list, int position ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ target As Object, _ list As IList, _ position As Integer _ ) |
Visual C++ |
---|
public: DeleteCommand( Object^ target, IList^ list, int position ) |
Parameters
- target
- Type: System..::.Object
- list
- Type: System.Collections..::.IList
- position
- Type: System..::.Int32