CancelEventArgs Cancel Property Cognex VisionPro 9.25 SR1
Get

Get the value of the Cancel property.

Set

Set the value of the Cancel property. When an event subscriber sets this property to true, the event source will interpret that to mean that the current action should be cancelled.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public bool Cancel { get; set; }

Property Value

Type: Boolean
See Also