You are here: Programmers Reference > Programmer's Reference > ScanEventArgs Interface > ScanEventArgs Hold

ScanEventArgs Hold

Type: Boolean

Read/write property

Implements a holding pattern that allows end users access to your solution’s user interface while your solution is handling a scanning event on the same thread (typically the main thread of the solution process).

It is initialized to “false” at each event. Set Hold to “true” and also retain a reference to the event context (ScanEventArgs). When the event handler returns control back to Link, Link waits indefinitely for a response from your solution, logically extending the event. The solution’s entire UI is available to your end user and the event context is available to your solution. When ready, simply set Hold to “false” and clear your reference to ScanEventArgs. Link then continues execution.

Link events are “thread modal” much like a message box. While on one hand a message box interacts directly with the end user, an event on the other hand is handled in code unbeknownst to the user. This poses a potential problem.

While the event handler is running a lengthy operation, the UI becomes sluggish or unresponsive and the user thinks the application has hung. You can choose to perform the long running operation on another thread as long as it does not require access to the UI or to Link. If you exit the event handler, the event has come and gone and you cannot respond to Link. What you really want is for Link to “go away for a while without losing the semantics of the event” while you deal with your operation.

 

 

See Help on Help for additional information on using this help file.

See Scantron Technical Support for additional information on technical support and training options.

See the ScanTools Suite System Requirements for further details on hardware and software requirements.

ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:

 

Scantron Corporation

Customer Service (forms, products, and services):

1-800-SCANTRON (722-6876)

www.scantron.com

Technical Support:

1-800-445-3141

support@scantron.com

Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation.

LINKS TO THIRD PARTY SITES

This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators.