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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.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