CogCancelChangingEventHandler T  DelegateCognex VisionPro 9.8 SR1
Delegate for changing events that can be cancelled with an exception.

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

public delegate void CogCancelChangingEventHandler<T>(
	Object sender,
	CogCancelChangingEventArgs<T> e
)

Parameters

sender
Type: System Object
e
Type: Cognex.VisionPro CogCancelChangingEventArgs T 
Type Parameters

T
See Also