SiteListControlExtenderControl_OnAction Method |
Handles the UniGrid's OnAction event.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void Control_OnAction(
string actionName,
Object actionArgument
)
Parameters
- actionName
- Type: SystemString
Name of item (button) that throws event - actionArgument
- Type: SystemObject
ID (value of Primary key) of corresponding data row
See Also