CustomWizardPromptControlPageOnLeavePageCore Method

TIBCO Spotfire 11.4 API Reference
Handle the result from the form. This method will be called when the prompt is confirmed or when going back and forth in a wizard.

Namespace:  Spotfire.Dxp.Web.Forms
Assembly:  Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
protected abstract void OnLeavePageCore(
	FormData data
)

Parameters

data
Type: Spotfire.Dxp.Web.FormsFormData
The data sent from the client.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference