CMSAdminListControlRaiseOnAction Method |
Raises the OnCreate event.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public void RaiseOnAction(
string action,
Object argument
)
Parameters
- action
- Type: SystemString
Action name - argument
- Type: SystemObject
Argument of the action
See Also