AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

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.BaseClasses
Assembly:  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.

Return Value

true when post-load processing succeeded; false otherwise.