StopProgressStatusEvent property (ILEADRasterDocument)
BOOL StopProgressStatusEvent | |
Overview |
Remarks
Gets or sets a value that indicates whether to stop firing the ProgressStatus event.
Setting |
Description |
TRUE |
Stop generating the ProgressStatus event. |
FALSE |
Continue firing the ProgressStatus event. |
This property is designed to be set within the ProgressStatus event itself, to stop the current event. The EnableProgressStatusEvent property is designed to be set outside the ProgressStatus event to control whether the event is even generated.
See Also