Click or drag to resize
ICMSModalMasterPageSave Event
Fired when 'save and close' button is clicked and the content should be saved. Pages that use this master page should add handler to this event alike binding to OnClick(EventArgs) event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
event EventHandler Save

Value

Type: SystemEventHandler
See Also