Event that fires after each page is inserted to allow the user to cancel the current process.
Visual Basic |
---|
Public Event CancelInsertPages( _ ByRef Cancel As Boolean _ ) |
- Cancel
- A boolean value which is True to allow inserting a cancel into the process. Otherwise, False should be set.