CogSubtreeMovedEventHandler DelegateCognex VisionPro 9.21 SR1
Represents the method that will handle the SubtreeMoved event of a CogCoordinateSpaceTree or Cog3DCoordinateSpaceTree. The method must have the same parameters as this delegate.

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

public delegate void CogSubtreeMovedEventHandler(
	Object sender,
	CogSubtreeMovedEventArgs e
)

Parameters

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