Click or drag to resize
CMSCheckoutWebPartLoadStep Method
Loads the step.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override void LoadStep(
	Object sender,
	StepEventArgs e
)

Parameters

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