CogTreeAddedEventHandler DelegateCognex VisionPro 9.25 SR1
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.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public delegate void CogTreeAddedEventHandler(
	Object sender,
	CogTreeAddedEventArgs e
)

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