Click or drag to resize
CMSAbstractWebPart.StepLoaded Method
Allows you to execute additional logic after load step event.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void StepLoaded(
	Object sender,
	StepEventArgs e
)

Parameters

sender
Type: System.Object
Sender
e
Type: CMS.Base.Web.UI.StepEventArgs
The StepEventArgs instance containing the event data.
See Also