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.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
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