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.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| All | 273 | ||
| None | 0 | ||
| EditControlEvents | 1 | ||
| WeakChangedEvents | 16 | ||
| OtherEvents | 256 |
See Also