Extending product function with VBA : System Architect events : SymbolEvent
  
SymbolEvent
Symbol is placed on a diagram.
Syntax
SymbolEvent(hDgm, hSym, hSymOther, SymEvent, lData)
Parameters
hDgm
Use: Required
Data type: Long
Handle of diagram
hSym
Use: Required
Data type: Long
Handle of symbol
hSymOther
Use: Required
Data type: Long
Handle of line symbol (to which the node symbol is being connected or disconnected).
SymEvent
Use: Required
Data type: SYMEVENTS
SYMEVENTS
Number
Description
ADDCONN
64
Node symbol is connected with a line symbol
BREAKCONN
65
Node symbol's connection with a line symbol is deleted.
SYM_DESELECTED
257
Symbol is deselected.
SYM_SELECTED
256
Symbol is selected.
TRANSFORMED
66
Symbol is transformed into another symbol. This can be done on certain symbols by right clicking on the selected symbol and choosing Transform.
Ldata
Use: Required
Data type: Long
See also
System Architect events