Puts the specified IDataAccessor to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Row DoCopy(
	IDataAccessor sourceData
)
Visual Basic
Public Function DoCopy ( 
	sourceData As IDataAccessor
) As Row
Visual C++
public:
Row^ DoCopy(
	IDataAccessor^ sourceData
)
F#
member DoCopy : 
        sourceData : IDataAccessor -> Row 

Parameters

sourceData
Type: Dapfor.Net.Data..::..IDataAccessor
The source data.

Return Value

Type: Row
Row related to inserted data

Remarks

Usually this method is used after deserialization data received from other application.

See Also