(
a feature of FlowChartX Pro edition)
Occurs if a diagram item is dropped into a container box.
SyntaxVB6
Copy Code
|
|---|
Public Event ObjAddToContainer |
Event DataParameter | Type | Description |
|---|---|---|
nodeType | [input] EDragDataType enumeration | The type of the dropped object. |
obj | [input] reference to an object | The object that is added. |
ctnr | [input] reference to a box | The container that holds the object. |
Dispatch ID: 63
RemarksOccurs if a diagram item is dropped into a container box. nodeType can be:
See Also