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