Search
FlowChart.ObjRemoveFromContainer Event
See Also
 



( a feature of FlowChartX Pro edition)

Occurs if a diagram item is removed from a container box.

 Syntax

VB6  Copy Code

Public Event ObjRemoveFromContainer

 Event Data

Parameter

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

 Remarks

Occurs if a diagram item is removed from a container box. nodeType can be:

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

 See Also