|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event occurs when the user closes the Assign Roles dialog.
Private Sub AMUIExtension_CloseAssignRoles(
ByVal CurrentObject As Object,
ByVal Canceled As Boolean,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The enclosure for which assignments are changed (AMFolder object or AMWorkPackage object). |
Canceled |
True if the user clicked the Cancel button. |
Abort |
Set this value to True to avoid closing the Assign Roles dialog. |
If the user clicked OK, all changes made to the role assignments will be saved to the vault after this event.
To avoid the changes being changed, you can set the Abort argument to True.
If the user clicked the Cancel button, all changes will be ignored. When using security events for auditing, you should take care not to log changes when the dialog is canceled.
Copyright © 2000-2012 BlueCielo ECM Solutions |