PageExtensionBaseWizardBeforeFinalSave Method |
Fired immediately following the final
WizardDataExchange(Object, WizardDataExchangeArgs) event, but before the actual
Save
operation, providing the ability for an extension to examine the fully-populated
IMapper just prior to its
Save operation being invoked and take action based on the mapper's data.
The primary purpose of this event is to provide a final opportunity to cancel the save operation.
See also
WizardBeforeFinalSave, the underlying raw event.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual void WizardBeforeFinalSave(
IWizardTemplate sender,
WizardFinalSaveEventArgs e
)
Protected Overridable Sub WizardBeforeFinalSave (
sender As IWizardTemplate,
e As WizardFinalSaveEventArgs
)
Parameters
- sender
- Type: NetQuarryIWizardTemplate
The wizard firing the event. - e
- Type: NetQuarryWizardFinalSaveEventArgs
The event args.
See Also