Inheritance Hierarchy
System EventArgs
Cognex.VisionPro CogChangedEventArgs
Cognex.VisionPro.QuickBuild.IO CogIOStreamElementListChangedEventArgs
Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
The CogIOStreamElementListChangedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogIOStreamElementListChangedEventArgs(Int64) | ||
| CogIOStreamElementListChangedEventArgs(Int64, CogIOStreamElement) | ||
| CogIOStreamElementListChangedEventArgs(Int64, CogIOStreamElement, Int32) |
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.) | |
| GetStateFlagNames(Object) |
Creates a string containing the state flags that
correspond to the members that may have changed.
(Inherited from CogChangedEventArgs.) | |
| 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.) |
Fields
| Name | Description | |
|---|---|---|
| StateFlags |
Gets the state flags associated with the Changed event.
(Inherited from CogChangedEventArgs.) |
Properties
| Name | Description | |
|---|---|---|
| Element |
The element being affected.
| |
| Index |
See Also