CogGetEventDelegates EventsModeConstants EnumerationCognex VisionPro 9.22 SR1
Different kinds of event delegates can be get. If you choose EditControlEvents, then it gets all delegates derived from the edit control, including CogWeakChangedEventDelegate pointed alive delegates. Note: If you choose Non-WeakChangedEvents, you won't be able to get alive CogWeakChangedEventDelegate pointed delegates, which are derived from the edit control.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public enum EventsModeConstants
Members

  Member nameValueDescription
All273
None0
EditControlEvents1
WeakChangedEvents16
OtherEvents256
See Also