CMSAbstractWebPartValidateStepData Method |
Validates the wizard step data.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax protected virtual void ValidateStepData(
Object sender,
StepEventArgs e
)
Parameters
- sender
- Type: SystemObject
Sender - e
- Type: CMS.Base.Web.UIStepEventArgs
The StepEventArgs instance containing the event data.
See Also