Click or drag to resize
CMSAbstractWebPartLoadStep Method
Loads the step.

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

Parameters

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