Event that is fired whenever a new style is created in a document.
Name | Type | Description |
DocumentObject | Document | Input Document object that indicates the document in which the change occurred. |
Style | Object | Input object that was just created. This can be a Material, RenderStyle, LightingStyle or one of the drawing style objects (including Layer). Nothing in the kBefore case. |
BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the style is created. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |