Represents the method that will handle the TreeAdded 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: 87.0.0.0 (87.0.0.0)
Syntax
Parameters
- sender
- Type: System Object
The source of the event.
- e
- Type: Cognex.VisionPro CogTreeAddedEventArgs
An instance of CogTreeAddedEventArgs containing the data for this event.
See Also