In ASP.Net, I use the CommandArgument property of the Button control to pass
values to the OnCommand event. Is there an equivalent in iOS/MonoTouch?

Basically, I have a collection of buttons that are all attached to the same
TouchUpInside action. I need to be able to assign a value to each button so
that, when clicked, I can load the appropriate data from the database.

At the moment, I'm using the Tag property for this, although I'm guessing
this is not its intended purpose.

Thanks

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Button-CommandArgument-Equivalent-tp3940979p3940979.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to