The DragDropContentEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| DoCopy()()()() |
Copies the data specified in the DragDropContentEventArgs.Content property to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
| |
| DoCopy(Object) |
Puts the specified data object to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
| |
| DoCopy(IDataAccessor) |
Puts the specified IDataAccessor to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
| |
| DoCopy(Row, Boolean) |
Copies the specified Row to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
| |
| DoLink |
Links the data specified in the DragDropContentEventArgs.Content property to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
| |
| DoMove()()()() |
Moves the data specified in the DragDropContentEventArgs.Content property to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.
| |
| DoMove(Row) |
Moves the specified Row to the DragContentEventArgs.TargetRow" and DragDropContentEventArgs.TargetPosition.
|