IDragDropParams

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The IDragDropParams interface contains properties needed to get information on the event occurred when some data is dragged to the .NET component loaded to NetControlBox.

Inheritance Hierarchy

IDragDropParams

Properties

  Property name Brief description
The AllowedEffect property returns the type of dragging.
The Data property returns the dragged data.

See also:

Forms Assembly Interfaces