CogPrioEvent PropertiesCognex VisionPro 9.7

The CogPrioEvent type exposes the following members.

Properties

  NameDescription
Public propertyCausesLine
A collection of CogPrioEventCauseLine which cause the event to occur.
Public propertyCausesNdm
A collection of CogPrioEventCauseNdm which cause the event to occur.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyEventNumber
A value which uniquely identifies this event.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHasHostNotificationListener
Returns true if there is currently an event handler listening for host notification of this event.
Public propertyID (Inherited from CogTrackedItemBaseEx.)
Public propertyName (Inherited from CogTrackedItemBaseEx.)
Public propertyParent (Inherited from CogTrackedItemBaseEx.)
Public propertyResponsesLine
A collection of CogPrioEventResponseLine which occur in response to the event.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also