CogVerifierRunProgressChangedEventArgs ClassCognex VisionPro 9.22
This EventArg class is used when the verifier fires the RunProgress event.
Inheritance Hierarchy

System Object
  System EventArgs
    System.ComponentModel ProgressChangedEventArgs
      Cognex.VisionPro.Inspection CogVerifierRunProgressChangedEventArgs

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public class CogVerifierRunProgressChangedEventArgs : ProgressChangedEventArgs

The CogVerifierRunProgressChangedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCogVerifierRunProgressChangedEventArgs
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyOutputData
Gets the CogVerificationData object associated with this EventArgs object.
Public propertyProgressPercentage
Gets the asynchronous task progress percentage.
(Inherited from ProgressChangedEventArgs.)
Public propertyUserState
Gets a unique user state.
(Inherited from ProgressChangedEventArgs.)
Top
See Also