This class provides data for the NameChanged event of a CoordinateSpaceTree.
Inheritance Hierarchy
System EventArgs
Cognex.Vision EventArgs
Cognex.Vision NameChangeEventArgs
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
The NameChangeEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NameChangeEventArgs | Constructor for these EventArgs. You typically will not need to use this method. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides EventArgs Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides EventArgs GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a human readable string that represents the object. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two NameChangeEventArgs objects. | |
| Inequality | Compares the inequality of two NameChangeEventArgs objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides EventArgs Handle.) | |
| NewSpaceName | The new, fully-qualified pathname of the coordinate space. | |
| OldSpaceName | The old, fully-qualified pathname of the coordinate space. |
See Also