BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

BeforeChangeState event

This event occurs when a user selects to change the state of a work area.

Syntax

Private Sub AMUIExtension_BeforeChangeState(
          ByVal WP As AMEDM.IAMWorkPackage,
          ByVal Transition As AMEDM.IAMWorkPackageTransition,
          Abort As Boolean)
Parameters
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.

Remarks

There are no separate events for the documents that are currently assigned to the work area.

Copyright © 2000-2013 BlueCielo ECM Solutions