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