|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event occurs just before the object is deleted.
Private Sub AMUIExtension_BeforeDelete(
ByVal Object As Object,
Abort As Boolean)
Name | Description |
---|---|
Object |
The object that will be deleted. |
Abort |
Setting this argument to True will abort the delete operation. The AfterDelete event will not occur. |
For documents the equivalent VBScript event is the Delete script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.
Copyright © 2000-2012 BlueCielo ECM Solutions |