CogNameChangedEventHandler DelegateCognex VisionPro 9.20
Represents the method that will handle the NameChanged 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: 80.0.0.0 (80.0.0.0)
Syntax

public delegate void CogNameChangedEventHandler(
	Object sender,
	CogNameChangedEventArgs e
)

Parameters

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