ComponentEvents Class |
Namespace: CMS.Helpers
public class ComponentEvents
The ComponentEvents type exposes the following members.
Name | Description | |
---|---|---|
ComponentEvents |
Name | Description | |
---|---|---|
AUTOMATION_MOVE_NEXT |
Move to next automation step event.
| |
AUTOMATION_MOVE_PREVIOUS |
Move to previous automation step event.
| |
AUTOMATION_MOVE_SPEC |
Move to specific step event.
| |
AUTOMATION_REMOVE |
Remove automation process event.
| |
AUTOMATION_START |
Start automation process event.
| |
CANCEL |
Cancel event.
| |
CANCEL_STEP |
Cancel step event.
| |
CHECKIN |
Object check-in event.
| |
CHECKOUT |
Object check-out event.
| |
COMMENT |
Comment for workflow action.
| |
CUSTOMIZE |
Customize event.
| |
DELETE |
Delete event.
| |
FINISH |
Finish event.
| |
FINISH_STEP |
Finish step event.
| |
LOAD_STEP |
Load step event.
| |
mGlobalEvents |
Global events.
| |
NEXT |
Next event.
| |
PREVIOUS |
Previous event.
| |
SAVE |
Save event (saves data to database).
| |
SAVE_DATA |
Save data event - only propagates changes to manager control (doesn't save data to database).
| |
STEP_FINISHED |
Step finished event.
| |
STEP_LOADED |
Step loaded event.
| |
SUBMIT |
Submit event.
| |
UNDO_CHECKOUT |
Object undo check-out event.
| |
VALIDATE_DATA |
Validate data.
| |
VALIDATE_STEP |
Validate step event.
|
Name | Description | |
---|---|---|
GlobalEvents |
Global events that are fired and survive across requests during the whole application lifetime.
| |
RequestEvents |
Events that are fired and survive within current request.
|