Occurs if a diagram item or a selection of items is dropped into a box.
SyntaxVB6
Copy Code
|
|---|
Public Event ObjectDroppedInBox |
Event DataParameter | Type | Description |
|---|---|---|
dataType | [input] EDragDataType enumeration | The type of the dropped object. |
box | [input] reference to a Box | The box into which the object was dropped. |
Dispatch ID: 49
RemarksOccurs if a diagram item or a selection of items is dropped into a box. dataType can be:
See Also