CogDraggingEventHandler DelegateCognex VisionPro 9.21
Represents the method that will handle the Dragging event of a graphic shape. The method must have the same parameters as this delegate.

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

public delegate void CogDraggingEventHandler(
	Object sender,
	CogDraggingEventArgs e
)
See Also