Click or drag to resize
CMSSalesForceDialogPage Events

The CMSSalesForceDialogPage type exposes the following members.

Events
  NameDescription
Public eventOnCheckTabSecurity
Check security event.
(Inherited from CMSPage.)
Public eventOnTabCreated
Tab creation event.
(Inherited from CMSPage.)
Public eventSave
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.
(Inherited from CMSModalPage.)
Top
See Also