Search
FlowChart.ObjAddToContainer Event
See Also
 



( a feature of FlowChartX Pro edition)

Occurs if a diagram item is dropped into a container box.

 Syntax

VB6  Copy Code

Public Event ObjAddToContainer

 Event Data

Parameter

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

 Remarks

Occurs if a diagram item is dropped into a container box. nodeType can be:

  • ntBox - the dropped object is a box;
  • ntTable - the dropped object is a table;

 See Also