StopFireEnumerateHandleEvent property (ILEADRasterAnnotation)
VARIANT_BOOL StopFireEnumerateHandleEvent; | |
Overview |
Refer to Implementing Annotations. |
Remarks
(Persistent property, available at design time) Disables or enables the generation of the OnEnumerateHandle Event. Possible values are:
Setting |
Description |
VARIANT_TRUE |
[0x0001] Do not continue to generate OnEnumerateHandle events. |
VARIANT_FALSE |
[0x0002] Continue to generate OnEnumerateHandle events. |
To continue generating EnumerateHandle events, make sure the StopFireEnumerateHandleEvent property is set to VARIANT_FALSE. To generate OnEnumerateHandle events once they have been stopped, set the OnEnableFireEnumerateHandleEvent property to VARIANT_TRUE.
See Also
Elements: |
EnableFireEnumerateHandleEvent property, AnnEnumerateHandle method |
Topics: |