Click or drag to resize

DPIObjectNotifyChildRemoved Method

Called to notify when a child object has been removed.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual void NotifyChildRemoved(
	DPIObject child
)

Parameters

child
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesDPIObject
The removed child object.
See Also