Setup the data procedure delegates for insert and removal of targets

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void SetupDelegates(
	InsertRelationsProcedure _insertProc,
	RemoveRelationsProcedure _removeProc
)
Visual Basic
Sub SetupDelegates ( _
	_insertProc As InsertRelationsProcedure, _
	_removeProc As RemoveRelationsProcedure _
)
Visual C++
void SetupDelegates(
	InsertRelationsProcedure^ _insertProc, 
	RemoveRelationsProcedure^ _removeProc
)

Parameters

_insertProc
Type: InsertRelationsProcedure
Procedure for inserting a target
_removeProc
Type: RemoveRelationsProcedure
Procedure for removing a target

Field Value

Void

See Also