This event occurs when the user selects to change the Inherit from parent folder option in the Assign Roles dialog.
Syntax
Private Sub AMUIExtension_BeforeSetInheritFromParent(
ByVal CurrentObject As Object,
ByVal InheritFromParent As Boolean,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The enclosure for which assignments are changed (AMFolder object or AMWorkPackage object). |
InheritFromParent |
The new option selected by the user. |
Abort |
Setting this argument to True will abort the operation. The AfterSetInheritFromParent event will not occur. |
Remarks
The change will not be effective until after the CloseAssignRoles event.