CIPObjectNotifyChildAdded Method |
Called to notify when a child object is added.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic virtual void NotifyChildAdded(
CIPObject child
)
Parameters
- child CIPObject
- The new child object.
See Also