Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms
The DragDrop class implements the object that is meant to get information when the data is dragged from the Fore-component to the .NET component loaded in NetControlBox.
The appropriate handlers can be set in the following event during the operations of dragging from the Fore-component to the .NET component. OnEventThe information about stage of dragging and dragged data is given in the P4_CONTROL format in the handlers of the events of the .NET component. The ReadParams static method of this class is meant to get information in the unmodified state.
Class to get analog of the DragDrop class:
None
Class to get analog of the DragDrop class object:
DragDropClass;
| Method name | Brief description | |
| The ReadParams method reads and converts information of the argument of the event that occurs when the data are dragged in the .Net-component. |
See also: