Method | Description | |
---|---|---|
OnInit ( EventArgs, e ) : void | ||
gridElem_OnAction ( string actionName, object actionArgument ) : void |
Handles the UniGrid's OnAction event.
|
protected gridElem_OnAction ( string actionName, object actionArgument ) : void | ||
actionName | string | Name of item (button) that throws event |
actionArgument | object | ID (value of Primary key) of corresponding data row |
return | void |