This event ocurs after a property is read from a briefcase and before the property is saved in the vault.
Syntax
Private Sub AfterReadPropertyFromBriefcase(
CurrentObject As Object,
BriefCase As IASBriefCase,
PropertyName As String,
Value,
Abort As Boolean)
| Name | Description |
|---|---|
|
CurrentObject |
The document for which the property was read. |
|
BriefCase |
The briefcase from which the property was read. |
|
PropertyName |
The property name that was read as defined in the briefcase template in Configurator. |
|
Value |
The value of the property that was read. The developer can modify this value. |
|
Abort |
Set to True to abort the event. |