EventArgs ClassCognex VisionPro 9.23

A base class for event args.

Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.Vision EventArgs
      Cognex.Vision BulkChangedEventArgs
      Cognex.Vision CancelEventArgs
      Cognex.Vision ChangedEventArgs
      Cognex.Vision DraggingEventArgs
      Cognex.Vision.ELCore DatabaseItemsChangedEventArgs
      Cognex.Vision.Implementation.Internal SegmentAddedEventArgs
      Cognex.Vision.Implementation.Internal SegmentsChangedEventArgs
      Cognex.Vision.Implementation.Internal SegmentsRemovedEventArgs
      Cognex.Vision NameChangeEventArgs
      Cognex.Vision SpaceAddEventArgs
      Cognex.Vision SubtreeDeleteEventArgs
      Cognex.Vision SubtreeMoveEventArgs
      Cognex.Vision TransformChangeEventArgs
      Cognex.Vision TreeAddEventArgs
      Cognex.Vision VertexAddedEventArgs
      Cognex.Vision VertexChangedEventArgs
      Cognex.Vision VertexRemovedEventArgs

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

public abstract class EventArgs : EventArgs, 
	IObject

The EventArgs type exposes the following members.

Constructors

  NameDescription
Protected methodEventArgs
Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(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
Returns the hash code of this object.
(Overrides Object GetHashCode .)
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
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two EventArgs objects.
Public operatorStatic memberInequality
Compares the inequality of two EventArgs objects.
Top
Properties

  NameDescription
Public propertyHandle
Top
See Also