CIPObjectNotifyChildRemoved Method |
Called to notify when a child object has been removed.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic virtual void NotifyChildRemoved(
CIPObject child
)
Parameters
- child CIPObject
- The removed child object.
See Also