CogSubtreeDeletedEventHandler DelegateCognex VisionPro 9.22
Represents the method that will handle the SubtreeDeleted event of CogCoordinateSpaceTree or Cog3DCoordinateSpaceTree. The method must have the same parameters as this delegate.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public delegate void CogSubtreeDeletedEventHandler(
	Object sender,
	CogSubtreeDeletedEventArgs e
)

Parameters

sender
Type: System Object
The source of the event.
e
Type: Cognex.VisionPro CogSubtreeDeletedEventArgs
An instance of CogSubtreeDeletedEventArgs containing the data for this event.
See Also