Click or drag to resize
CMSAdminListControlRaiseOnAction Method
Raises the OnCreate event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void RaiseOnAction(
	string action,
	Object argument
)

Parameters

action
Type: SystemString
Action name
argument
Type: SystemObject
Argument of the action
See Also