Parameters |
Description |
int activity |
[in] Control activity. |
int option |
[in] Undo option. |
Notification function called during an Undo Control operation.
activity will always be:
Name |
Value |
Description |
kEnd |
4 |
The Control operation has completed successfully. |
option must be one of the following:
Name |
Value |
Description |
kNone |
0 |
Undo None |
kOne |
1 |
Undo One |
kAll |
2 |
Undo All |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|