DatabaseItemsChangedEventArgs ClassCognex VisionPro 9.22 SR1

This class provides data for the ItemAdded and ItemRemoved events of a TrainDataDatabase.

Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.Vision EventArgs
      Cognex.Vision.ELCore DatabaseItemsChangedEventArgs

Namespace: Cognex.Vision.ELCore
Assembly: Cognex.Vision.ELCore.Net (in Cognex.Vision.ELCore.Net.dll) Version: 9.22.2.0
Syntax

public sealed class DatabaseItemsChangedEventArgs : EventArgs, 
	IObject

The DatabaseItemsChangedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodDatabaseItemsChangedEventArgs

Constructor for these EventArgs.

Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides EventArgs Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides EventArgs GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

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

  NameDescription
Public propertyChangedItem

Gets the changed train data object.

Public propertyHandle (Overrides EventArgs Handle.)
Top
See Also