Overload List

  NameDescription
Public methodDoCopy()()()()
Copies the data specified in the DragDropContentEventArgs.Content property to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
Public methodDoCopy(Object)
Puts the specified data object to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
Public methodDoCopy(IDataAccessor)
Puts the specified IDataAccessor to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
Public methodDoCopy(Row, Boolean)
Copies the specified Row to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.

See Also