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 
OnClick(EventArgs) event.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic event EventHandler Save
Value
Type: 
SystemEventHandler Remarks
Remarks
            Adding a handler to this event will also display 'Save and Close' button at the bottom of the page.
            
 See Also
See Also