Event that is fired after any change occurs that impacts the assembly structure.
| Name | Type | Description |
| DocumentObject | AssemblyDocument | Input AssemblyDocument object that indicates the document in which the change occurred. |
| Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. |
| BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the assembly is changed. |
| HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |