OnContextBeforeSave
Last updated not available | Page history | Improve this page | Report an issue
Event: OnContextBeforeSave¶
Happens right before a context is saved.
- Service: 2 - Manager Access Events
Event Parameters¶
Name | Description |
---|---|
context | A reference to the modContext object. |
mode | Either 'new' (modSystemEvent::MODE_NEW) or 'upd' (modSystemEvent::MODE_UPD) depending on whether is a new object or an existing one. |