ISuspend |
Name | Description | |
---|---|---|
Resume | Decrements the suspend level of the parent object. If the suspend level falls to zero during this call, the resume function is called. The object should then resume all child objects, and then indicate that it has changed to its parent and to any other listeners of the Change event. | |
Resume(EventFiring) | Either resumes the parent object of this token (using Resume), or resumes silently (using ResumeSilently), depending on the provided argument. |