Click or drag to resize
CMSAbstractWebPartValidateStepData Method
Validates the wizard step data.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void ValidateStepData(
	Object sender,
	StepEventArgs e
)

Parameters

sender
Type: SystemObject
Sender
e
Type: CMS.ExtendedControlsStepEventArgs
The StepEventArgs instance containing the event data.
See Also