Puts the specified data object to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Row DoCopy(
Object dataObject
) |
| Visual Basic |
|---|
Public Function DoCopy (
dataObject As Object
) As Row |
| Visual C++ |
|---|
public:
Row^ DoCopy(
Object^ dataObject
) |
| F# |
|---|
member DoCopy :
dataObject : Object -> Row
|
Parameters
- dataObject
- Type: System..::..Object
The data object.
Return Value
Type:
RowRow related to inserted data object
See Also