Click or drag to resize

CIPObjectNotifyChildRemoved Method

Called to notify when a child object has been removed.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void NotifyChildRemoved(
	CIPObject child
)

Parameters

child
Type: Demo3D.PLC.Comms.CIP.NodesCIPObject
The removed child object.
See Also