The DragDropContentEventArgs type exposes the following members.

Methods

  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.
Public methodDoLink
Links the data specified in the DragDropContentEventArgs.Content property to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
Public methodDoMove()()()()
Moves the data specified in the DragDropContentEventArgs.Content property to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
Public methodDoMove(Row)
Moves the specified Row to the DragContentEventArgs.TargetRow" and DragDropContentEventArgs.TargetPosition.

See Also