Click or drag to resize
UserListExtenderOnAction Method
Handles the UniGrid's OnAction event.

Namespace: CMS.Membership.Web.UI
Assembly: CMS.Membership.Web.UI (in CMS.Membership.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void OnAction(
	string actionName,
	Object actionArgument
)

Parameters

actionName
Type: SystemString
Name of item (button) that threw event
actionArgument
Type: SystemObject
ID (value of Primary key) of corresponding data row
See Also