|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event occurs when a user selects to change the state of a work area.
Private Sub AMUIExtension_BeforeChangeState(
ByVal WP As AMEDM.IAMWorkPackage,
ByVal Transition As AMEDM.IAMWorkPackageTransition,
Abort As Boolean)
Name | Description |
---|---|
WP |
The work area that is changing state. |
Transition |
The Transition that is being executed. |
Abort |
Setting this argument to True will abort the state change operation. The AfterChangeState event will not occur. |
There are no separate events for the documents that are currently assigned to the work area.
Copyright © 2000-2012 BlueCielo ECM Solutions |