arguments for events that can be cancelled
with an exception.
Inheritance Hierarchy
System EventArgs
System.ComponentModel CancelEventArgs
Cognex.VisionPro CogCancelChangingEventArgs T
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Type Parameters
- T
The CogCancelChangingEventArgs T type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogCancelChangingEventArgs T | ||
| CogCancelChangingEventArgs T (Boolean, T, T) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| Exception |
An exception to be raised by the setter that
caused the changing event that was canceled.
If the exception is null no exception is thrown.
| |
| NewValue | ||
| OldValue |
See Also