메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |