AdvantageAttributeControl..::..OnPostLoad Method
Hook fired at the end of ReceiveAdvantageAttributes(AdvantageAttributeArgs), after
LoadDataFromObject(AdvantageAttributeArgs) has populated the form. Returning false does
NOT roll back the load; a non-empty message is surfaced.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
protected virtual bool OnPostLoad( AdvantageAttributeArgs e, out string message )
Parameters
- e
- Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantageAttributeArgs
The lifecycle snapshot for the load action.
- message
- Type: String%
Outbound message surfaced to the user.

