Skip to content

Conversation

erikruth
Copy link
Contributor

I'm a bit confused by the explanation "has Command specified" of the server-side event OnCommand* (line 50) because in the list of RadImageButton properties above there is a CommandName and a CommandArgument, but not a Command. By using Command are you referring to both CommandName and CommandArgument?

I'm a bit confused by the explanation "has Command specified" of the server-side event *OnCommand** (line 50) because in the list of RadImageButton properties above there is a CommandName and a CommandArgument, but not a Command. By using Command are you referring to both CommandName and CommandArgument?
@Iankodj
Copy link
Contributor

Iankodj commented Dec 14, 2015

Yes, OnCommand is an event through which the developer can access both CommandName and CommandArgument. It shows that Command has occur and therefore the values from the above mentioned properties should be processed programmatically.

Let me know whether there should be any further updates in this pull request.

Iankodj added a commit that referenced this pull request Dec 15, 2015
Update properties-and-events.md
@Iankodj Iankodj merged commit ff1971a into ImageButton Dec 15, 2015
@Iankodj Iankodj deleted the erikruth-patch-5 branch December 15, 2015 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants