This event occurs after a document has been assigned to a work area.
Syntax
Private Sub AMUIExtension_AfterAssignToWP(
ByVal WP As AMEDM.IAMWorkPackage,
ByVal Document As AMEDM.IAMDocument)
Name | Description |
---|---|
WP |
The work area to which the document is assigned |
Document |
The document that has been assigned |
Remarks
See About events that occur for both documents and work areas.