AdvantageAttributeControl..::..OnPostSave Method
Hook fired after SendAdvantageAttributes has been raised but before the
dialog closes. Returning false does NOT roll back the save — the data is already
persisted by the consumer — but a non-empty message is surfaced.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
protected virtual bool OnPostSave( AdvantageAttributeArgs e, out string message )
Parameters
- e
- Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantageAttributeArgs
The lifecycle snapshot for the save action.
- message
- Type: String%
Outbound message surfaced to the user.

