Click or drag to resize
WorkflowStepSourcePointListControlOnListControlAction Method
Handles postback from ListControl.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected virtual void OnListControlAction(
	string actionName,
	Object actionArgument
)

Parameters

actionName
Type: SystemString
Name of postback action.
actionArgument
Type: SystemObject
Postback action arguments.
See Also