Moves the specified Row 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 bool DoMove(
	Row sourceRow
)
Visual Basic
Public Function DoMove ( 
	sourceRow As Row
) As Boolean
Visual C++
public:
bool DoMove(
	Row^ sourceRow
)
F#
member DoMove : 
        sourceRow : Row -> bool 

Parameters

sourceRow
Type: Dapfor.Net.Ui..::..Row
The source row.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Dapfor.Net.Ui.DragDropContentEventArgs.DoMove(Dapfor.Net.Ui.Row)"]

See Also