CMSModalPage Save EventKentico 8.0 API Reference
Fired when 'Save and Close' button is clicked and the content should be saved. Pages that use this event should use MasterPage that implements from ICMSModalMasterPage interface, which contains this event. This event is similar to OnlineOnClick(EventArgs) event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Value

Type: OnlineSystem EventHandler
Remarks

Adding a handler to this event will also display 'Save and Close' button at the bottom of the page.
See Also