CogTransformChangedEventHandler DelegateCognex VisionPro 9.10
Represents the method that will handle the TransformChanged event CogCoordinateSpaceTree or Cog3DCoordinateSpaceTree. The method must have the same parameters as this delegate.

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

public delegate void CogTransformChangedEventHandler(
	Object sender,
	CogTransformChangedEventArgs e
)

Parameters

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